summaryrefslogtreecommitdiff
path: root/esds
AgeCommit message (Collapse)Author
2022-09-13Cleaning event loopLoic Guegan
2022-09-13Debug callbacksLoic Guegan
2022-09-12Debug importsLoic Guegan
2022-09-11Update cliLoic Guegan
2022-09-11Update mainLoic Guegan
2022-09-11Update argument parserLoic Guegan
2022-09-11Update entry pointLoic Guegan
2022-09-11Create entry pointLoic Guegan
2022-09-11Update platform parserLoic Guegan
2022-09-11Improve platform fileLoic Guegan
2022-09-11CleaningLoic Guegan
2022-09-11Minor changesLoic Guegan
2022-09-11Update platform definitionLoic Guegan
2022-09-11Improve platform parsingLoic Guegan
2022-09-11CleaningLoic Guegan
2022-09-11Minor changesLoic Guegan
2022-09-11Improve platform parsingLoic Guegan
2022-09-11Minor changesLoic Guegan
2022-09-10Improve platform parsingLoic Guegan
2022-09-10Improve range parsingLoic Guegan
2022-09-10Improve platform formatLoic Guegan
2022-09-10CleaningLoic Guegan
2022-09-10Update platform parserLoic Guegan
2022-09-10Update platform parserLoic Guegan
2022-09-10Update network platform parserLoic Guegan
2022-09-10Start implementating platform filesLoic Guegan
2022-09-09Improve package architectureLoic Guegan
2022-09-09Improve debugLoic Guegan
2022-09-09Improve debugLoic Guegan
2022-09-09Improve debuggingLoic Guegan
2022-09-09CleaningLoic Guegan
2022-09-09Debug synchronization + add return codeLoic Guegan
2022-09-08Debug plugins callbacks and synchronizationLoic Guegan
2022-09-08Debug nodeLoic Guegan
2022-09-08Cleaning plugin management codeLoic Guegan
2022-09-07Debug pluginsLoic Guegan
2022-09-07Debug plugin callback and simulation endingLoic Guegan
2022-09-07Improve plugin callbacksLoic Guegan
2022-09-06Remove useless codeLoic Guegan
2022-09-06CleaningLoic Guegan
2022-09-06Debug plugins systemLoic Guegan
2022-09-01Making esds compatible with python 3.7Loic 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-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