summaryrefslogtreecommitdiff
path: root/esds/node.py
AgeCommit message (Collapse)Author
2022-08-31Add manual and improve node plugins systemLoic Guegan
2022-07-14Go back to commit 1eee1ac8Loic 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-29Debug event processingLoic Guegan
2022-06-28RefactoringLoic Guegan
2022-06-23Improve simulator robustnessLoic Guegan