|
b0bb93ab81
|
sample: make length and capacity fields unsigned
|
2019-03-26 15:39:07 +01:00 |
|
|
fb8b3c54fe
|
remove warning about default signal definition
|
2019-03-26 15:39:07 +01:00 |
|
|
5580f63b8e
|
rtp: improve return code style
|
2019-03-26 15:39:07 +01:00 |
|
|
81267f9759
|
mqtt: move checks to mqtt_check()
|
2019-03-26 15:39:07 +01:00 |
|
|
c249dcc89d
|
refactor: use C-style commenting everywhere
|
2019-03-26 15:39:07 +01:00 |
|
|
a855d9dbd5
|
tests: add integration check to validate example configs
|
2019-03-26 15:39:07 +01:00 |
|
|
87b90fe355
|
add villas-config-check
|
2019-03-26 15:39:07 +01:00 |
|
|
a64f3e4b6d
|
add VILLASnode specific exceptions
|
2019-03-26 15:39:07 +01:00 |
|
|
3260c5a57e
|
config: introduce new class for loading and parsing configuration
|
2019-03-26 07:15:07 +01:00 |
|
|
00631f9b07
|
fix compiler warning about signed/unsigned comparison
|
2019-03-26 07:15:07 +01:00 |
|
|
618b25bf4f
|
port config_helper.c to C++
|
2019-03-26 07:15:07 +01:00 |
|
|
23979c6def
|
reorganize example configs
|
2019-03-26 05:41:55 +01:00 |
|
|
4f94b6f435
|
update example configs
|
2019-03-25 21:17:34 +01:00 |
|
|
e4de0aad1c
|
mqtt: fix memory corruption in MQTT node (closes #237)
|
2019-03-25 16:01:17 +01:00 |
|
|
40f91ad46a
|
be more strict when parsing the configuration file
|
2019-03-23 20:50:19 +01:00 |
|
|
4dbc885852
|
refactor: remove unused variable
|
2019-03-23 20:49:35 +01:00 |
|
|
886a0af868
|
refactor: json_unpack() => json_unpack_ex()
|
2019-03-23 20:49:19 +01:00 |
|
|
97b9491516
|
editorconfig: set formatting for .conf files
|
2019-03-22 14:00:55 +01:00 |
|
|
1dab38cf50
|
etc: some cleanup of the configuration files
|
2019-03-22 14:00:40 +01:00 |
|
|
116ef7f153
|
catch std::runtime_error
|
2019-03-22 13:45:04 +01:00 |
|
|
cd3200e42a
|
super_node: use exceptions for error handling
|
2019-03-22 13:44:42 +01:00 |
|
|
e9c3e61084
|
rtp: remove wrapper function to start thread
|
2019-03-22 11:27:57 +01:00 |
|
|
7c00e054db
|
tools: updated Docker scripts
|
2019-03-22 11:20:52 +01:00 |
|
Marvin Klimke
|
e575b98c9c
|
prepare functional test script in virtual machine
|
2019-03-18 15:42:26 +01:00 |
|
|
58fd0131bc
|
cbuilder: remove deprecated node-type
|
2019-03-16 13:41:33 +01:00 |
|
|
7a06158cc8
|
hook: port hook_list to C++
|
2019-03-16 10:11:26 +01:00 |
|
|
b5444577b4
|
hook: separate hook_list_*() and hook_*() functions
|
2019-03-16 10:04:23 +01:00 |
|
|
4a5b0b65b2
|
add new option to command line utilities to specify signal type
|
2019-03-16 09:41:50 +01:00 |
|
|
49fd6d89f5
|
hooks: simplify hook processing system so that ever hook only processes a single sample at once
|
2019-03-16 09:05:42 +01:00 |
|
|
6c01a32ee3
|
ebm: added skeleton for new hook
|
2019-03-15 18:27:45 +01:00 |
|
|
c26d3bc093
|
Merge branch 'node-rtp-2' into develop
|
2019-03-15 17:37:59 +01:00 |
|
|
6b912c0ae0
|
dp: advance time after each sample
|
2019-03-15 17:31:28 +01:00 |
|
|
5eb006bed9
|
dp: remove stability tweak
|
2019-03-15 17:31:11 +01:00 |
|
|
3ca1ae89b8
|
rtp: properly initialize rate hook
|
2019-03-15 17:26:20 +01:00 |
|
|
f02588f914
|
node: add node_prepare()
|
2019-03-15 17:19:28 +01:00 |
|
|
61f4920c71
|
if: do not reset affinity (see #233)
|
2019-03-15 17:19:08 +01:00 |
|
|
7c7c4a00e3
|
if: fix invalid check for fwmark (closes #234)
|
2019-03-15 17:18:35 +01:00 |
|
Marvin Klimke
|
0d4ab5949b
|
rtp: small fixes to remote test script, still need to resolve broken pipe problem
|
2019-03-12 17:00:23 +01:00 |
|
Marvin Klimke
|
3873847de0
|
rtp: adapt test script to work with remote server
|
2019-03-12 16:46:28 +01:00 |
|
|
b7d0f174ca
|
remove auto signal type detection
|
2019-03-09 13:34:51 +01:00 |
|
|
b5f1beb125
|
ci: fix Docker deployment
|
2019-03-09 13:07:39 +01:00 |
|
|
3f18790c4e
|
average: fix merge mistake
|
2019-03-09 12:49:51 +01:00 |
|
|
adb2c1052b
|
fix missing label
|
2019-03-09 12:44:50 +01:00 |
|
|
db8156e116
|
hypersim: increment sequence number with each timestep
|
2019-03-09 00:38:31 +01:00 |
|
|
dcf7ea8e9d
|
python: add some old python scripts
|
2019-03-09 00:37:23 +01:00 |
|
|
e78302ac38
|
Merge branch 'hook-dp' into develop
|
2019-03-09 00:36:10 +01:00 |
|
|
6a2829aa41
|
update VILLAScommon submodule
|
2019-03-09 00:33:44 +01:00 |
|
|
80605a9455
|
tests: fix mapping unit test
|
2019-03-09 00:33:23 +01:00 |
|
|
c8ada99e03
|
tests: update hook tests
|
2019-03-09 00:33:13 +01:00 |
|
|
4229531cf1
|
hooks: rewrite a bunch of hooks to the new signal list method
|
2019-03-09 00:32:59 +01:00 |
|