summaryrefslogtreecommitdiff
path: root/tests/api_send_eth0_1s1r/sender.py
AgeCommit message (Collapse)Author
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