Jac Kersing
Jac Kersing
Could you provide more information like what upstream server, what server type, some logging?
Please check the firewall/session tracking/logging of your router to see if that shows any possible cause.
It would help if you could run the software from gdb and provide information on where the issue occurs (in which function).
The packet forwarder should transmit using the instructions provided by the back-end. Please check what data the back-end sends. (Use tcpdump, the required information is in a json structure and...
Not without breaking the build for other systems. Can you share your build files/changes?
Qsort_s and qsort_r do not use the same arguments so code modifications will be required. I will investigate if it can be done without too much effort when I have...
@sbiermann I don't know what you do differently, however when I try to build for RPi2 on resin I'm not even getting to the compile stage, installing the build packages...
Previously no tag was mentioned resulting in latest as well, this made it just more explicit. As the build script does not specify specific revisions of the code in the...
And if anyone wants to make a real contribution, switch to the alpine base image :smile: This won't be a walk in the park as Alpine Linux does not provide...