1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
Commit graph

33 commits

Author SHA1 Message Date
a7beb10458 made msg_fparse() more robust against strange files 2015-10-09 17:32:35 +02:00
c640a6ba21 Changed UDP message format: sequence no, length and timestamps are also affected by struct msg::endian!!!
Important: this will break the current GTFPGA code
2015-10-08 10:54:45 +02:00
7682ffb080 Changed format of msg_{fscan,print} functions
Added flags and options to the mentioned functions
2015-10-07 18:12:12 +02:00
cbf2276a8e fixed EOF handling in send tool and msg_fscan() function 2015-09-22 16:15:30 +02:00
a5a23ab3ae changed indention for #ifdef's 2015-08-21 10:19:32 +02:00
1dd7aaca19 rework of the file node-type 2015-08-09 23:57:25 +02:00
5f038bf6bd removed trailing whitespace 2015-08-07 01:11:43 +02:00
fffac2eb88 remove superfluous includes 2015-06-03 10:13:35 +02:00
e28b77666d fix: message verification 2015-06-02 22:39:15 +02:00
258d5414dc added new message format 2015-06-02 22:36:17 +02:00
08e08e6711 updated copyright in header 2015-06-02 21:53:04 +02:00
bb758490c8 use Box-Muller method to generate random walk messages 2015-05-19 16:54:00 +02:00
9af2e26655 integrating new node types into server and tools 2015-05-06 11:49:13 +02:00
506bb2446c updated documentation (copyright year and other stuff) 2015-05-06 11:36:51 +02:00
7da5f5a3db moved code out of path_run() into separate functions 2015-04-01 13:25:03 +02:00
c552ad9caa smaller changes for vtable based node system 2014-12-05 12:34:45 +01:00
d0c8436086 ignore EINTR errors
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@251 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-11 15:09:35 +00:00
8f976e192c start random sequence numbers with 0
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@245 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-11 14:40:51 +00:00
7ccecdbb1a added more detailed debug message
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@241 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-11 14:40:36 +00:00
8fcdcc2c01 removed debug instrumentation
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@220 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-09 09:02:57 +00:00
d6dc332ea9 automatically detect the number of values when parsing messages via msg_fscan()
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@216 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-07 16:29:05 +00:00
0f8a0ceb52 swapping byte order before output if necessary
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@215 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-07 16:29:03 +00:00
184893aade fixed some message format related things
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@202 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-04 13:30:37 +00:00
99bb7d9f88 more merging
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@198 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-04 13:25:21 +00:00
7fb7d6157f use identical message format and functions across OPAL, GTFPGA and the server code
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@186 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-08-31 16:15:54 +00:00
b171dfa3e0 fixed some byte ordering issues with OPAL
replaced custom htonf/ntohf() functions by existing msg_swap()

git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@179 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-08-31 15:25:59 +00:00
183b5e158a some cleanup
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@176 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-08-31 14:43:28 +00:00
c5a717bcda added msg_swap() function to transform between network and host endianess
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@168 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-18 16:05:49 +00:00
c2516799ee unified comment style
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@155 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-14 11:49:44 +00:00
30fbc53e06 seperated msg_* prototypes and msg type declaration
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@136 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-07 07:53:42 +00:00
e03f5eece0 added new message format
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@135 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-04 15:58:11 +00:00
7ec0753d2b improved debugging output
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@130 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-04 09:47:29 +00:00
4701ce2602 restructure repo: server
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@101 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-06-28 20:17:30 +00:00
Renamed from src/msg.c (Browse further)