|
98ea4d92b7
|
api: add api_session_name in order to improve debug output
|
2017-08-27 17:59:59 +02:00 |
|
|
53fae53aeb
|
websocket: major improvements to websocket node type
|
2017-08-27 17:05:34 +02:00 |
|
|
1946d137fa
|
reworked libwebsocket buffers in order to support fragmented messages
|
2017-08-27 17:04:25 +02:00 |
|
|
61de3b3274
|
a bunch of smaller changes and bug fixes
|
2017-08-23 16:51:15 +02:00 |
|
|
c042dd4a0b
|
io: merge msg and webmsg formats
|
2017-08-22 14:15:19 +02:00 |
|
|
9a8f2e488e
|
io: fix data types for sample count
|
2017-08-22 12:20:55 +02:00 |
|
|
2e3a6ef90b
|
refactoring: periodic_task => task
|
2017-08-22 12:20:14 +02:00 |
|
|
3eea0c67bb
|
- introduce low-level interface for new IO subsystem: we now have a fully extensible system for new IO formats and file formats
- reworked file node-type to remove in / out directions
|
2017-08-14 14:42:07 +02:00 |
|
|
a13097fa80
|
add new class to abstract different implementations for periodic tasks
|
2017-08-14 14:35:16 +02:00 |
|
|
34b384c23d
|
api: show remote address in log
|
2017-08-10 13:34:07 +02:00 |
|
|
0c98a01820
|
keep reference to orginial config uri
|
2017-08-10 13:33:00 +02:00 |
|
|
3519c9b2c8
|
hooks: use unsigned instead of size_t to count samples
|
2017-08-05 22:18:47 +02:00 |
|
|
57ecb76586
|
advio: check if file is locally accessible
|
2017-08-05 21:02:36 +02:00 |
|
|
c5fc72dd78
|
adding pluggable IO formats
|
2017-08-05 21:02:09 +02:00 |
|
|
434fe6dbd6
|
replaced libconfig by jansson for parsing the configuration (huge commit)
|
2017-08-03 00:19:27 +02:00 |
|
|
a71053f718
|
refactor: use libconfig instance only within _parse() functions
|
2017-08-01 11:56:47 +02:00 |
|
|
bc83463831
|
added new format subsystem
|
2017-07-28 18:11:52 +02:00 |
|
|
d2300e7397
|
temp node test_rtt
|
2017-07-28 18:09:47 +02:00 |
|
Georg Reinke
|
5d156e867c
|
shmem: unmap regions lazily on closing
|
2017-07-28 12:23:16 +02:00 |
|
Georg Reinke
|
29e4facc17
|
adjust shmem size definitions
|
2017-07-28 12:23:16 +02:00 |
|
|
cc02829def
|
fixes for new build-system
|
2017-07-25 12:40:05 +02:00 |
|
|
4af0dd6584
|
fix for plugin mechanism on clang
|
2017-07-25 12:07:06 +02:00 |
|
|
e9ebbed9db
|
improve Makefiles and make web, api and json support optional
|
2017-07-25 12:07:06 +02:00 |
|
|
b59a989278
|
cleanup trailing whitespaces
|
2017-07-25 12:07:06 +02:00 |
|
|
522ded3ea7
|
made most of Linux dependencies optional
VILLASnode now compiles on OS X Yosemite :-)
|
2017-07-25 12:07:06 +02:00 |
|
|
3c4bca7cf8
|
refactor: "config_parse_cli"=> "config_read_cli"
|
2017-07-25 12:07:05 +02:00 |
|
|
6a48333f72
|
refactor: "node type"=> "node-type"
|
2017-07-25 12:07:05 +02:00 |
|
|
7e4051b8cb
|
opal: map RecvID / SendID of Asnynchronous process to msg->id field in order to support multiple send / receive blocks
|
2017-07-22 14:07:43 +02:00 |
|
|
98eed183e3
|
loopback: we need an additional pool for now
|
2017-07-14 16:29:05 +02:00 |
|
|
4b274626e7
|
loopback: add new loopback node-type to have a more performant replacement for localhost socket-nodes
|
2017-07-14 13:12:48 +02:00 |
|
|
fb4bbbfb26
|
websocket: reuse buffer to construct payload and send bigger payload at once
|
2017-07-13 22:39:38 +02:00 |
|
|
51d80b73ce
|
refactoring: json.c => config_helper.c & sample_io_json.c
|
2017-07-13 22:13:40 +02:00 |
|
|
4b51c4dbba
|
node_type: add new function for parsing node configuration from CLI
|
2017-07-13 01:55:06 +02:00 |
|
|
8f517a588a
|
hooks: every look should maintain its own pointers to past samples
|
2017-07-12 12:19:49 +02:00 |
|
|
cc6f6a6132
|
log: added new module to print fancy tables and use it for histograms as well as periodc stats
|
2017-07-12 12:19:49 +02:00 |
|
|
dc4085047d
|
utils: add strlen() variant which calculates length of string as printed on the screen
|
2017-07-12 12:19:01 +02:00 |
|
|
94ae566091
|
utils: renamed macros for color output
|
2017-07-12 12:18:43 +02:00 |
|
|
f1c51c6b95
|
stats: destructors should have an integer return type
|
2017-07-09 14:37:02 +02:00 |
|
|
f641b55355
|
fix: invalid return code
|
2017-07-06 23:28:57 +02:00 |
|
|
542631ed5b
|
reuse code between villas-signal and signal node-type
|
2017-07-06 23:14:38 +02:00 |
|
|
007ff9a776
|
added new node-type based on villas-signal tool
|
2017-07-06 21:15:46 +02:00 |
|
|
a057c0c513
|
adding function killme() to gracefully shutdown
|
2017-07-06 21:15:10 +02:00 |
|
|
2b913d4d69
|
tests: fix valgrind warnings
|
2017-07-02 23:57:03 +02:00 |
|
|
16f2b22a12
|
file: make flush() configurable
|
2017-07-02 19:37:48 +02:00 |
|
|
aa77c82b82
|
rpm: perform tests during packaging
|
2017-06-29 21:10:33 +02:00 |
|
|
f6b439e740
|
use same msg_format.h everywhere
|
2017-06-29 20:43:03 +02:00 |
|
|
dd1e47338a
|
Merge remote-tracking branch 'rwth/fix-msg-format' into develop
|
2017-06-28 15:03:04 +02:00 |
|
|
a994de62e2
|
socket: added support for multicast adressing
|
2017-06-28 10:39:41 +02:00 |
|
|
0897162f1f
|
fix: bitfield ordering in struct msg
|
2017-06-26 07:10:42 +00:00 |
|
|
7beb874020
|
advio: add some missing includes
|
2017-06-17 18:55:37 +02:00 |
|