drtrigon
drtrigon
Ok, I do not want to promise too much, but I think I got it: https://github.com/drtrigon/PJON/commit/9b9dc10b306a4ae3ec34ef3a766a8ea7b64ca1da kubuntu 14.04 Arduino Uno Arduino Yun ThroughSerial ThroughSerial SWBB pin 7 SWBB pin 12...
@gioblu: You can add linux back to matrix with the restriction of needing wiringPi. ;)
https://github.com/gioblu/PJON/pull/213
What's the technical difference between Surrogate and Switch? Could I use ```PJONInteractiveRouter``` also for TS to SWBB?
I can confirm that putting ```bus.set_synchronous_acknowledge(false);``` before ```bus.begin();``` in both, the Receiver (https://github.com/gioblu/PJON/tree/master/examples/ARDUINO/Local/ThroughSerial/BlinkWithResponse/Receiver) and the Transmitter (https://github.com/gioblu/PJON/tree/master/examples/LINUX/Local/ThroughSerial/BlinkWithResponse/Transmitter) helps in the respect that the blink example now runs stable for at...
> no freeze if there is no active sync ack, right? Don't know what you exactly mean, it was the code using ```bus.send_repeatedly``` - NOT the one using ```bus.send_packet(44, "B",...
Thank you, also for https://github.com/gioblu/PJON/commit/687e1b4f0da3727f428a440b3972e88e1ebbab2a#diff-699dc14a20e7c87c251aee74801b9f4c !
@fredilarsen: Thanks for this very detailed explanation! As I am not an expert I might have missed some points - sorry if that is the case - but I can...
@gioblu: I saw your commits applying the changes suggested by the linters, very nice - thanks! About the style ... this is a topic that leaves a lot of room...
@gioblu: Regarding the preprocessor, if you can use astyle v3 (I currently use v2 only), you can use `--indent-preproc-block` to adopt this behaviour.