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

6212 commits

Author SHA1 Message Date
08f7dd5b25 small fixes 2015-05-07 13:01:18 +02:00
08678c8785 check if node type supports combining before starting 2015-05-07 12:59:57 +02:00
6915ea0c0d move socket option to socket.c instead of if.c (socket descriptor isn't initialized yet) 2015-05-07 12:58:35 +02:00
0f8c69635f Updated example configurations 2015-05-07 10:38:05 +02:00
d591a2b505 added simple loopback config example 2015-05-07 10:06:08 +02:00
c9e805f6fa merged asynchronous (fixed-rate) and synchronous sending routines in a new function 2015-05-06 13:22:22 +02:00
06b7b1ec92 cleanups 2015-05-06 13:21:26 +02:00
be6d4262d7 changed order of samples in a single multiplexed packet 2015-05-06 13:21:10 +02:00
7997f4e7a4 changed behavior of decimation hook 2015-05-06 13:20:18 +02:00
eea6788253 added helper function for blocking timerfd wait (returns number of runs) 2015-05-06 13:20:02 +02:00
90db947fa4 use timerfd instead of timer objects to simplify code 2015-05-06 12:05:07 +02:00
9e0153f0f8 make use of timestamps in send/receive tools configurable via TOOLS_USE_TIMESTAMP (config.h) 2015-05-06 12:04:31 +02:00
482be0ebbb align on cacheline granularity 2015-05-06 11:50:38 +02:00
9af2e26655 integrating new node types into server and tools 2015-05-06 11:49:13 +02:00
d1d5f521b7 introducing new unified node types with scatter/gather (multiplexing) support 2015-05-06 11:48:30 +02:00
17a3ff8869 moved setting struct 2015-05-06 11:43:05 +02:00
39ff4bb035 fixed assert function 2015-05-06 11:41:14 +02:00
9919ad43c8 refactoring: list class 2015-05-06 11:40:44 +02:00
25d278ca4a fixed log formatting 2015-05-06 11:40:02 +02:00
411e02f034 updated hooks: multiplexing will soon be replaced by new _{read,write} functions 2015-05-06 11:38:57 +02:00
506bb2446c updated documentation (copyright year and other stuff) 2015-05-06 11:36:51 +02:00
9837efdd58 fix correct shutdown 2015-05-06 11:28:08 +02:00
4670e946aa added first code for new multiplex hooks 2015-04-01 14:27:52 +02:00
50622d1102 simplified hook_lookup() 2015-04-01 14:25:21 +02:00
877e2b7aec Merge branch 'master' of github.com:RWTH-ACS/S2SS 2015-04-01 13:28:33 +02:00
e1d63db91b adjusted fir_hook() to use the new history buffer 2015-04-01 13:27:10 +02:00
9f4dd78ab3 added circular history buffer of past message to every path 2015-04-01 13:26:46 +02:00
7da5f5a3db moved code out of path_run() into separate functions 2015-04-01 13:25:03 +02:00
d7c367911e improved TCP connection handling (still to be improved) 2015-03-31 18:29:07 +02:00
d0fb87dbb1 fixed sockaddr type 2015-03-31 18:28:39 +02:00
d63c5e913b removed log hook, because it was replaced by the 'file' node type 2015-03-31 18:28:18 +02:00
cd76dc525a smaller cleanups and output formatting 2015-03-31 18:13:43 +02:00
97bd035fef replace signal based timer with and file descriptor based one 2015-03-31 16:58:25 +02:00
d50a5b40ff small cleanup 2015-03-31 16:44:33 +02:00
5502d36ade fixed length of print buffer 2015-03-31 16:44:10 +02:00
6b4fd61817 improved logging system by adding a line() function 2015-03-31 15:02:51 +02:00
7d33a2cf7b Merge branch 'gtfpga' 2015-03-31 14:38:30 +02:00
6720b9f1b4 Merge branch 'gtfpga' 2015-03-31 14:36:57 +02:00
95f91d82e0 fixed small bug 2015-03-31 14:36:30 +02:00
cd3086867c first bunch of code for gtfpga node type 2015-03-31 14:28:21 +02:00
872153b458 smaller cleanups 2015-03-31 14:28:00 +02:00
49a7686780 simplified logging system 2015-03-31 14:27:38 +02:00
ae0502a737 added node type initalization (only called once per node type) 2015-03-31 13:54:04 +02:00
860bd6b654 removed direct calls to strncat (DANGEROUS) 2015-03-31 13:50:30 +02:00
64e0785504 moved config_parse_{socket,opal,gtfpga} to their own source files 2015-03-31 13:48:41 +02:00
b657d795d6 Merge branch 'master' of github.com:RWTH-ACS/S2SS
Conflicts:
	server/Makefile
2015-03-31 13:29:57 +02:00
d4c39641cd added new node type: file 2015-03-31 13:28:11 +02:00
7873a8e473 Merge branch 'gtfpga' of github.com:RWTH-ACS/S2SS into gtfpga
Conflicts:
	clients/ml507_gtfpga_pcie/NOTES.txt
2015-03-30 10:54:57 +02:00
27621e9f66 started with GTFPGA node type implementation 2015-03-30 10:11:31 +02:00
e3f4fe74ff Merge branch 'master' into gtfpga 2015-03-23 21:11:30 +01:00