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

18 commits

Author SHA1 Message Date
f6909de568 add new msg_buffer() functions to read / write multiple struct sample from / to a buffer using the struct msg wire protocol. 2017-05-23 13:02:20 +02:00
49054eef9f cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
5be1853649 added GPL license to file headers 2017-04-27 12:56:43 +02:00
d6f2697e1b added new helper functions to convert struct msg between network and host byte-order 2017-04-23 22:13:28 +02:00
3e7c855526 updated licence and copyright info in file headers 2017-03-03 20:20:13 -04:00
7ec6aee288 Merge remote-tracking branch 'rwth/develop' into feature-curlio 2017-02-18 11:05:11 -05:00
2b83fef2ce removed a bunch of non-needed include files (found by include-what-you-need.org) 2017-02-16 13:33:04 -03:00
1dba01a8ae Re-license source code to LGPLv2.1 (closes #56) 2016-11-22 11:14:25 -05:00
d6e4ab5d2f severe bug fix: msg_swap() did not correctly swapped the values (just the header) 2016-10-30 17:11:12 -04:00
3880abeb63 unified member variable naming of struct sample and struct msg 2016-07-11 18:19:23 +02:00
ad8ee1c3f7 renamed S2SS to VILLASnode 2016-06-08 23:31:58 +02:00
3e85ef8ea4 removed all 'struct msg' based functions (now in sample data structure) 2016-06-08 22:31:24 +02:00
9b56be2bc6 updated copyright year to 2016 2016-02-09 05:33:19 +01:00
b4f787b2c0 finally introduced new data structure for circular buffering of messages 2016-01-14 23:12:58 +01:00
556aaf48b2 Merge branch 'node-websocket' into develop 2015-12-09 15:49:54 +01:00
23aec7e83a extended msg_f{scan,print}() functions by version which write to buffer 2015-12-04 02:11:02 +01:00
2d2699e967 extended random sample generator with more signal types 2015-12-04 01:59:19 +01:00
f645e498e7 restructured repository 2015-11-23 17:44:14 +01:00
Renamed from server/src/msg.c (Browse further)