Relative Content

Tag Archive for c++boost-asiohttplib

Sending boost/asio IP commands within a httplib REST server not working

I am trying to send boost/asio IP commands withing a REST server and it appears as if nothing actually happens. For better context I have a method that will send the IP commands when a watchdog timer times out; If I call the function before the REST listen method, the commands will be sent and everything works, but as soon as the REST server starts I am no longer able to use boost/asio. I am not very experienced with boost/asio so I am very puzzled.

Sending boost/asio IP commands within a httplib REST server not working

I am trying to send boost/asio IP commands withing a REST server and it appears as if nothing actually happens. For better context I have a method that will send the IP commands when a watchdog timer times out; If I call the function before the REST listen method, the commands will be sent and everything works, but as soon as the REST server starts I am no longer able to use boost/asio. I am not very experienced with boost/asio so I am very puzzled.

Sending boost/asio IP commands within a httplib REST server not working

I am trying to send boost/asio IP commands withing a REST server and it appears as if nothing actually happens. For better context I have a method that will send the IP commands when a watchdog timer times out; If I call the function before the REST listen method, the commands will be sent and everything works, but as soon as the REST server starts I am no longer able to use boost/asio. I am not very experienced with boost/asio so I am very puzzled.