summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-31Update run.shLoic Guegan
2022-08-31Update run.shLoic Guegan
2022-08-31Debug run.shLoic Guegan
2022-08-31Debug package setupLoic Guegan
2022-08-31Use only commands from coreutilsLoic Guegan
2022-08-31Add manual and improve node plugins systemLoic Guegan
2022-08-24Debug the debug functionLoic Guegan
2022-08-15Debug send_cancelLoic Guegan
2022-07-14Go back to commit 1eee1ac8Loic Guegan
2022-07-03Update README.orgLoic Guegan
2022-07-02Cleaning commentsLoic Guegan
2022-07-02Improve testsLoic Guegan
2022-07-02Update README.orgLoic Guegan
2022-07-02Improve testsLoic Guegan
2022-07-02Update README.orgLoic Guegan
2022-07-02Improve testsLoic Guegan
2022-07-02Update README.orgLoic Guegan
2022-07-01Add tests tracking documentLoic 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-30Update commentLoic Guegan
2022-06-30Debug turn off for wired communicationsLoic Guegan
2022-06-30Improve testsLoic Guegan
2022-06-29Debug event processingLoic Guegan
2022-06-28RefactoringLoic Guegan
2022-06-28RefactoringLoic Guegan
2022-06-28RefactoringLoic Guegan
2022-06-23Update commentLoic Guegan
2022-06-23Improve simulator robustnessLoic Guegan
2022-06-23Improve API arguments checkingLoic Guegan
2022-06-23Update commentsLoic Guegan
2022-06-23Update folder achitectureLoic Guegan
2022-06-21Debug node state update that should be performed before node queue updateLoic Guegan
2022-06-15Debug pluginLoic Guegan
2022-06-14Update CILoic Guegan
2022-06-14Cleaning codeLoic Guegan
2022-06-14Major refactoring:Loic Guegan
- Create pip package - Reorganized source code
2022-06-13Update iconLoic Guegan
2022-06-13Debug power state pluginLoic Guegan
2022-06-13Improve commentsLoic Guegan
2022-06-12Update commentsLoic Guegan
2022-06-11Add multiple interfaces testLoic Guegan
2022-06-11Now no ref to eth0 and wlan0 anymore. Each node can have an arbitrary number ↵Loic Guegan
of wired and wireless interfaces
2022-06-11Remove interface names from list_receivers()Loic Guegan
2022-06-11Remove interface name from registersLoic Guegan
2022-06-11Removing several ref to wlan0Loic Guegan
2022-06-10Make one sharing matrix per wired interfaceLoic Guegan
2022-06-10Enable nodes to have multiple interfacesLoic Guegan
2022-06-10Switch to dictionary for the network matricesLoic Guegan