- Dec 13, 2023
-
-
Martin Teichmann authored
-
Martin Teichmann authored
-
- Nov 30, 2023
-
-
Martin Teichmann authored
-
- Nov 13, 2023
-
-
Martin Teichmann authored
-
- Oct 24, 2023
-
-
Martin Teichmann authored
-
- Sep 12, 2023
-
-
Martin Teichmann authored
this unfortunately only tests without fmmu, tests with fmmu need to be added.
-
- Sep 11, 2023
-
-
Martin Teichmann authored
we mixed up in and out pdos - at least this is what I think add some asserts for better debugging
-
Martin Teichmann authored
this was necessary for the tests, yet they still don't work
-
- Sep 07, 2023
-
-
Martin Teichmann authored
not sure whether this is the way to go, but at least it works
-
Martin Teichmann authored
especially if we want to assign terminals dynamically, we cannot assing terminals to loops at creation time.
-
Martin Teichmann authored
we just try a random address, that works most of the time
-
Martin Teichmann authored
there should be a test for this.
-
Martin Teichmann authored
this breaks a bit the logic of terminals, but is necessary for bootstrapping: you want to know which type of terminal it is before we initialize it.
-
Martin Teichmann authored
-
- Sep 06, 2023
-
-
Martin Teichmann authored
-
Martin Teichmann authored
constantly assure that the terminals are in operational mode. They should not drop out of operational, but if we are slow, they do.
-
- Sep 01, 2023
-
-
Martin Teichmann authored
this is tested with read hardware, the tests obviously don't work, we have to grandfather them.
-
- Aug 05, 2023
-
-
Martin Teichmann authored
-
- Jul 31, 2023
-
-
Martin Teichmann authored
-
Martin Teichmann authored
very old terminals do not have SDO definitions, but have their PDO mapping defined in the eeprom. Namely the EK1814. This makes this particular terminal work, let's hope it also works for similar terminals.
-
Martin Teichmann authored
if a device is only reading from terminals, it can be added to several sync groups. Start to build this concept and improve tests.
-
Martin Teichmann authored
-
- Jul 30, 2023
-
-
Martin Teichmann authored
-
- Apr 24, 2023
-
-
Martin Teichmann authored
-
Martin Teichmann authored
-
Martin Teichmann authored
-
- Apr 23, 2023
-
-
Martin Teichmann authored
-
Martin Teichmann authored
-
- Mar 08, 2023
-
-
Martin Teichmann authored
the use of hashmaps is just hopelessly outdated.
-
Martin Teichmann authored
-
- Feb 26, 2023
-
-
Martin Teichmann authored
See merge request teichman/ebpfcat!16
-
Martin Teichmann authored
-
Martin Teichmann authored
-
Martin Teichmann authored
with the PacketVar descriptor, one can simply address data in packets. this also adds support for network byte order, and minor improvements. See merge request teichman/ebpfcat!15
-
Martin Teichmann authored
-
Martin Teichmann authored
-
Martin Teichmann authored
this also improves readabiliy
-
Martin Teichmann authored
-
Martin Teichmann authored
especially the reverse divisions were incorrect. Now the code is shorter as well.
-
Martin Teichmann authored
-