|
2ed51e7e79
|
use new villas/common header
|
2020-06-08 03:39:44 +02:00 |
|
|
c9dfc547f4
|
ethercat: rewrite into multithreaded
|
2020-01-25 17:38:22 +01:00 |
|
Divya Rajashekhar Laxetti
|
4258b74ecc
|
Update ethercat.h
|
2020-01-25 13:19:58 +01:00 |
|
Divya Laxetti
|
69256b0d79
|
ethercat: bugfixes
|
2020-01-25 13:19:20 +01:00 |
|
Niklas Eiling
|
62a15894fe
|
ethercat: add stub for new ethercat node interface
|
2020-01-25 13:18:52 +01:00 |
|
|
67d0a35317
|
example: fix invalid return value
|
2020-01-21 14:31:40 +01:00 |
|
|
18ebd41249
|
node_type: fix refactoring mistake
|
2020-01-21 14:31:40 +01:00 |
|
|
3bf4eeabad
|
example: add missing callbacks
|
2020-01-21 14:31:38 +01:00 |
|
|
817c3fab0e
|
socket: change file header description
|
2020-01-21 14:31:37 +01:00 |
|
|
0e7e5cc476
|
added example node-type for starting new implementations
|
2020-01-21 14:31:37 +01:00 |
|
|
e53661a62c
|
update copyright year to 2020
|
2020-01-20 17:17:00 +01:00 |
|
|
1bc639644e
|
zeromq: allow both sides of the socket to bind
|
2019-10-29 20:18:30 +01:00 |
|
|
150d4591fd
|
replace C-style headers with C++ C-compatability headers
|
2019-06-23 16:57:00 +02:00 |
|
|
ef17ec19a2
|
refactor enums to class enums
|
2019-06-23 16:13:23 +02:00 |
|
|
c842914bc5
|
stats: port to C++
|
2019-06-23 13:35:42 +02:00 |
|
|
f05b2ae952
|
exec: add support for env variables, working directory. non-shell mode
|
2019-06-23 10:53:10 +02:00 |
|
|
09a5d810e3
|
exec: add new exec node-type
|
2019-06-05 18:59:45 +02:00 |
|
|
14434d093f
|
remove old super_node C wrapper code
|
2019-04-23 13:14:47 +02:00 |
|
|
30fb71d8eb
|
nodes: convert C-style header files to C++ style headers
|
2019-04-23 00:12:31 +02:00 |
|
|
37c724f61b
|
nodes: use C++ compiler
|
2019-04-22 23:43:46 +02:00 |
|
|
986fd5f81a
|
rtp: use new villas::node::LimitHook::setRate() interface
|
2019-04-14 19:22:33 +02:00 |
|
|
400a9d3b84
|
test_rtt: fix compiler warning
|
2019-04-08 10:15:49 +02:00 |
|
|
5e43ea7ea4
|
test_rtt: improve handling of result files
|
2019-04-08 10:15:24 +02:00 |
|
|
06292524a1
|
test_rtt: port to C++
|
2019-04-08 08:59:59 +02:00 |
|
|
0d91ac891b
|
use C++ compiler
|
2019-04-07 15:13:40 +02:00 |
|
|
e6a4c0dfad
|
socket: move socket address related functions to new file
|
2019-04-05 10:47:57 +02:00 |
|
|
385fdb4f43
|
rtp: use dynamic allocation for AIMD log
|
2019-03-29 10:45:23 +01:00 |
|
|
343cd38935
|
rtp: make AIMD log file configurable
|
2019-03-29 09:52:34 +01:00 |
|
|
ca28c31ed1
|
rtp: use C++ logger
|
2019-03-29 09:52:34 +01:00 |
|
|
8762648f87
|
rtp: port to C++
|
2019-03-26 15:39:08 +01:00 |
|
|
58fd0131bc
|
cbuilder: remove deprecated node-type
|
2019-03-16 13:41:33 +01:00 |
|
|
b7d0f174ca
|
remove auto signal type detection
|
2019-03-09 13:34:51 +01:00 |
|
|
2936cd3ddc
|
stats: refactor stats system and allow for more flexible configuration of stats node
|
2019-02-15 09:40:38 +01:00 |
|
|
fc0a4e2c0a
|
uldaq: first session of bug fixing
|
2019-02-09 21:21:12 +00:00 |
|
|
4f6aea8bf2
|
file: refactor FILE_EOF_EXIT -> FILE_EOF_STOP
|
2019-02-06 15:09:44 +01:00 |
|
|
6d486bcee8
|
rtp: add logging for AIMD state
|
2019-01-28 12:34:40 +01:00 |
|
|
317077fa93
|
rtp: use macros for rtp header length
|
2019-01-28 10:53:01 +01:00 |
|
|
ca62bcc714
|
rtp: use preallocated buffer in rtp_write()
|
2019-01-28 09:57:47 +01:00 |
|
Marvin Klimke
|
9216b1fbd6
|
[WIP] Parse RTCP sender report.
Obtain fraction of lost RTP packets to feed AIMD rate control.
|
2019-01-25 17:26:08 +01:00 |
|
|
25fb713213
|
rtp: test and bug fixing for RTP network emulation support
|
2019-01-23 14:16:53 +01:00 |
|
|
4533e0ab12
|
netem: fix defines and includes
|
2019-01-21 22:14:41 +01:00 |
|
|
8190227776
|
netem: move intialization of Netem support into node instead of socket class
|
2019-01-21 15:50:18 +01:00 |
|
|
3b0cca73e3
|
rtp: added initial implementation for AIMD
|
2019-01-21 13:10:55 +01:00 |
|
|
49fe632bbc
|
rtp: added hooks for rate throttling via RTCP
|
2019-01-21 12:12:47 +01:00 |
|
|
af09f06030
|
revert refactoring
|
2019-01-14 19:07:57 +01:00 |
|
|
8f7c8ae71e
|
update copyright year to 2019
|
2019-01-13 00:42:39 +01:00 |
|
|
029ccd2e09
|
Merge branch 'node-uldaq' into develop
|
2019-01-09 17:02:43 +01:00 |
|
|
99cae8903d
|
rtp: use signalled queue for thread synchronization
|
2019-01-07 15:22:38 +01:00 |
|
|
d18d786801
|
refactor: list_* -> vlist_*
|
2019-01-07 10:28:55 +01:00 |
|
|
5b443aeff4
|
Merge branch 'node-rtp' into develop
|
2019-01-07 10:20:02 +01:00 |
|