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

20 commits

Author SHA1 Message Date
545103ff1c rewrote socket_read(): there ave been some misunderstandings 2016-09-10 22:34:45 -04:00
fe92747aa9 renamed a couple of enum constants and some minor code style cleanups 2016-09-10 22:34:45 -04:00
Umar Farooq
62bf0c2b0c Bug fixes/improvements to GTNET-SKT code
- Change enum types APP_HDR_* to SOCKET_HDR_*
 - Remove SOCKET_HDR_NONE type from app-hdr as its same as
   SOCKET_HDR_GTSKT
 - Fix values per samples for GTSKT to 1
 - Replace TODO tag with @todo
 - Use SOCKET_HDR_DEFAULT if app_hdr setting is not present
   in config file
 - Fix bug when invalid message is received resulting in
   infinite printing loop
 - Fix bug in socket_write when due to declaration of struct
   msg msgs[cnt] in the for loop the values are not transmitted
 - Replace std=c98 with std=c11 but still compile without it
2016-08-02 21:08:25 +02:00
Umar Farooq
2f47be0ac5 Add app_hdr tag for GT-NET-Socket
GT-NET-Socket uses a tag in the config file to distinguish from default
socket node type application layer header (struct msg). For now all the
values are encoded in the struct sample without any header (no timestamp
or sequence number).
Minor improvement in pipe.c: replace 'goto' with do while
2016-07-17 01:01:43 +02:00
ad8ee1c3f7 renamed S2SS to VILLASnode 2016-06-08 23:31:58 +02:00
36e27af702 adapting file and socket node-types to new data structures 2016-06-08 22:39:43 +02:00
433c65e717 simplified strcatf() with new macro strf() 2016-04-16 21:58:13 +02:00
5d5b36cd76 moved list destructor and added optional free() of list items 2016-04-16 19:54:26 +02:00
4eeba60bf4 added / rewrite of a couple of linux specific checks and LKM functions 2016-03-18 12:38:28 +01:00
9b56be2bc6 updated copyright year to 2016 2016-02-09 05:33:19 +01:00
6088fb3e30 Merge branch 'feature-pool' into develop 2016-01-15 00:09:18 +01:00
458976ce63 added new field to node type descriptor which specifies maximum vector length 2016-01-15 00:08:23 +01:00
841b499902 added documentation and smaller fixes 2016-01-15 00:06:01 +01:00
b4f787b2c0 finally introduced new data structure for circular buffering of messages 2016-01-14 23:12:58 +01:00
399f29c496 get rid of static global storage as much as possible for now 2015-12-13 00:42:59 +01:00
8e9bca3dde make use of INDENT macro consistent 2015-12-11 18:18:36 +01:00
3b91ba705f changed signature of node type initialization 2015-12-11 12:35:32 +01:00
cdb0a700e9 made virtual data generic 2015-11-29 22:47:57 +01:00
a4d9a232ea improved handling of node and path names / printing 2015-11-29 22:45:46 +01:00
f645e498e7 restructured repository 2015-11-23 17:44:14 +01:00
Renamed from server/src/socket.c (Browse further)