Replaced the code to substitute host address part in URL

with libcurl library calls. This solution should be more robust
than a homebrew URL parser solution.
This commit is contained in:
Vojtech Bubnik 2021-12-03 08:02:16 +01:00
parent f88d678a4a
commit f4dfbb69e2
3 changed files with 51 additions and 15 deletions

View file

@ -13,6 +13,8 @@ namespace Utils {
using boost::asio::ip::tcp;
// Generic command / response TCP telnet like console class.
// Used by the MKS host to send G-code commands to test connection ("M105") and to start printing ("M23 filename", "M24").
class TCPConsole
{
public: