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

20 commits

Author SHA1 Message Date
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
a8711a8ed7 update example configuration files 2019-03-26 15:39:07 +01:00
1c0510d28a cleanup syntax of example configs 2019-03-26 15:39:07 +01:00
8f7c8ae71e update copyright year to 2019 2019-01-13 00:42:39 +01:00
474010010a update loopback config example 2018-11-30 21:36:26 +01:00
79d5a58cd5 use new configuration syntax in loopback example 2018-11-30 20:37:44 +01:00
d35971c26c refactor: update copyright years 2018-08-20 18:40:03 +02:00
b0cc2ed0ad updated loopback configuration example 2017-05-14 10:40:47 +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
a06a7eec57 remove obsolete ‚combine‘ setting from example config 2017-03-27 12:46:41 +02:00
8e53725c33 improved configuration file format for hooks 2017-03-17 02:52:59 -03:00
b04af03721 unified file headers of example configuration files 2017-03-12 16:52:05 -03:00
0a48309ab1 updated loopback example configuration 2016-09-13 21:21:21 -04:00
4d67e6ef4b various smaller cleanups before merge 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
f645e498e7 restructured repository 2015-11-23 17:44:14 +01: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
9d4bd15002 added another example configuration
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@52 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-06-05 09:35:29 +00:00