Daniel

Results 235 comments of Daniel

Ugh, the problem of receiving binary data still exists. Hmm, how to handle?

Opened pull request #60 Don't see any tests for this app. So I guess this will hopefully be good...

Yes, traffic should be dropped that doesn't arrive from the proper interface.

Does laptop hibernate or suspend? This may cause the USB ports to become depowered, leading to the serial port being closed. When running attached to a printer or cnc, or...

https://www.paulirish.com/2010/the-protocol-relative-url/

Hmm, since websockets are just 'upgraded' http/https ports, this might work for ws(s) urls as well. Wll need to test and get in a PR.

Serial Port Json Server runs as root in that config. It also allows remote hosts to request arbitrary scripts to be run. These two together mean anyone who gets on...

Well yes, you have a hidden data dependency between the fixture and the test, where you assume another test won't clobber the file. Tests may or may not run in...

Mostly put functionality in its own modules, such as Bufferflow, Cayenne, etc.