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

1621 commits

Author SHA1 Message Date
f6c0ad88fb gtwif: improve parsing and printing of GTWIF node-type configuration 2017-06-29 19:19:06 +02:00
93f9f2a687 rscad: finished rudimentary parsing of RSCAD .inf file by using POSIX regular expressions 2017-06-29 19:05:49 +02:00
296dacead4 gtwif: added an example configuration 2017-06-29 19:05:10 +02:00
3b10c62368 rtds: smaller fixes to the unit test 2017-06-28 15:05:31 +02:00
2b583c8196 replace last occurences of #ifndefs with #pragma once 2017-06-28 15:05:31 +02:00
1db4857c16 rscad: improved parsers 2017-06-28 15:05:31 +02:00
d27a148721 rtds: added new RTDS module 2017-06-28 15:05:31 +02:00
3206f918c1 reworked Makefiles 2017-06-28 15:05:31 +02:00
bb6b68a8c8 rscad: added unit test for parser 2017-06-28 15:05:31 +02:00
1e0e44003e gtwif: started working on a parser for RSCAD .inf files 2017-06-28 15:05:31 +02:00
8f4ae1f16b gtwif: added first non-tested version of GTWIF node-type 2017-06-28 15:05:31 +02:00
4d0f537edb gtwif: added skeleton for new GTWIF node-type 2017-06-28 15:05:31 +02:00
dd1e47338a Merge remote-tracking branch 'rwth/fix-msg-format' into develop 2017-06-28 15:03:04 +02:00
b220d60615 Merge branch 'feature-socket-multicast' into 'develop'
Add multicast support to socket node-type

See merge request !26
2017-06-28 11:43:33 +02:00
5f262ffc9a socket: improve checks for multicast support 2017-06-28 10:56:10 +02:00
97127b44ca socket: add integration test for new multicast feature 2017-06-28 10:41:17 +02:00
a994de62e2 socket: added support for multicast adressing 2017-06-28 10:39:41 +02:00
50cc0a99a0 socket: show reason for invalid packets 2017-06-27 08:49:23 +00:00
ff07a7bcb3 Update README.md 2017-06-27 09:32:19 +02:00
0897162f1f fix: bitfield ordering in struct msg 2017-06-26 07:10:42 +00:00
9e5e51d437 whitespace fixes 2017-06-21 17:20:09 +02:00
4780d297ae fix problems with AsyncIP - VILLASnode 2017-06-21 16:50:27 +02:00
a8827b6c44 Merge branch 'advio-improvements' into 'develop'
Advio improvements

See merge request !25
2017-06-17 19:43:16 +02:00
4eac149e22 log: add missing string of LOG_ADVIO facility 2017-06-17 19:34:00 +02:00
7beb874020 advio: add some missing includes 2017-06-17 18:55:37 +02:00
f359bc230b file: dont try to read first timestamp if epoch_mode is "original" 2017-06-17 18:55:37 +02:00
cbef499f58 file: improve file_print() 2017-06-17 18:55:37 +02:00
7b32445fb3 file: use correct prefix for enums 2017-06-17 18:55:37 +02:00
c02f4c8ebe file: support more behaviours when EOF is reached 2017-06-17 18:55:37 +02:00
8ec24a6a26 file: add loopback integration test 2017-06-17 18:55:37 +02:00
31cbd1b362 improve log output 2017-06-17 18:55:37 +02:00
e8a5a431a3 advio: add unit test for large download 2017-06-17 18:55:37 +02:00
ec48dbd5ef advio: add file size to log output 2017-06-17 18:55:37 +02:00
88057e8feb tests: fix indention of configuration files 2017-06-17 18:55:37 +02:00
293884b31b advio: support resumable up and downloads 2017-06-17 18:55:37 +02:00
96654cf3a4 advio: improve progress bar 2017-06-17 18:55:37 +02:00
fd25468d9a Merge branch 'distro-compatability' into 'develop'
Distro compatability

See merge request !24
2017-06-17 07:20:17 +02:00
0090240058 docker: add Dockerfile for Debian / Ubuntu based development environment 2017-06-17 04:04:21 +02:00
fb13bff086 docker: remove automatic dependencies 2017-06-17 03:52:41 +02:00
1c3d37c244 docker: build version of Fedora base image 2017-06-17 03:52:19 +02:00
f1ad2104ad tests: fix list unit tests 2017-06-17 03:47:10 +02:00
a7122331c5 tests: another format string fix 2017-06-17 03:46:42 +02:00
7f92448d45 buildsystem: loosen version requirement for CMake as Debian Jessie ships with 3.0.2 2017-06-17 03:46:05 +02:00
71465488f0 zeromq: older versions of the library have zmq_curve_keypair() in zmq_utils.h 2017-06-17 03:45:25 +02:00
4d0586d5f7 fix unit tests 2017-06-17 03:16:27 +02:00
8cbbb8b4f1 fixed unused return value warnings / errors emitted by Ubuntu's GCC 5.4.0 2017-06-17 03:16:14 +02:00
2ca0cdf979 fix undefined reference caused by inlined function 2017-06-17 03:15:35 +02:00
3f1bbac4e9 buildsystem: improve compatability with Ubuntu / Debian distros 2017-06-17 03:15:13 +02:00
c1154faf40 fixed several format string compiler warnings / errors emitted by Ubuntu's GCC 5.4.0 2017-06-17 03:13:42 +02:00
03012d06b7 docker: don't use $(PWD) to get path of Git repo (#96) 2017-06-17 00:59:29 +02:00