summaryrefslogtreecommitdiff
path: root/tests/api_send_eth0_1s1r/sender.py
AgeCommit message (Collapse)Author
2022-07-14Go back to commit 1eee1ac8Loic Guegan
2022-07-01Debug wired communications when receiver is off.Loic Guegan
2022-07-01Simplify the API: Now wired transmission are never aborted if receiver ↵Loic Guegan
turned off. It will just not receive the data
2022-07-01Change API. Indeed, currently wired communicationsLoic Guegan
are aborted when receiver node turned off. This may not be desire when implementing UDP communications. Now user can use a boolean when using send()/sendt() to change this behavior.
2022-06-30Improve testsLoic Guegan