|
1a7341e86a
|
web: fix errors caused by merge
|
2018-11-30 21:36:26 +01:00 |
|
|
9066f1d95f
|
started writing wrapper shell script for obsoleting villas-signal
|
2018-11-30 21:36:26 +01:00 |
|
|
96b05e32cb
|
misc changes
|
2018-11-30 21:36:26 +01:00 |
|
|
936be46f13
|
tests: added more integration tests
|
2018-11-30 21:36:26 +01:00 |
|
|
120e496814
|
tests: added new unit test for api capabilities
|
2018-11-30 21:36:26 +01:00 |
|
|
707affc027
|
cpp: update unit tests
|
2018-11-30 21:36:26 +01:00 |
|
|
2738f2a578
|
update VILLAScommon submodule
|
2018-11-30 21:36:26 +01:00 |
|
|
eb0849b081
|
websocket: fix missing include
|
2018-11-30 21:36:26 +01:00 |
|
|
d91f2a9f96
|
cpp: port queue_signalled
|
2018-11-30 21:36:26 +01:00 |
|
|
abd5264db5
|
cmake: update project paths
|
2018-11-30 21:36:26 +01:00 |
|
|
fc63bf083b
|
remove old logging code
|
2018-11-30 21:36:26 +01:00 |
|
|
474010010a
|
update loopback config example
|
2018-11-30 21:36:26 +01:00 |
|
|
95eee40d16
|
cpp: port conf2json
|
2018-11-30 21:35:15 +01:00 |
|
|
b12fa2e81b
|
cmake: remove obsolete ARCH variable
|
2018-11-30 21:35:14 +01:00 |
|
|
6f7386afbf
|
fix missing include
|
2018-11-30 21:35:14 +01:00 |
|
|
14c989f7b2
|
io: move io_mode into non-anonymous enum
|
2018-11-30 21:35:14 +01:00 |
|
|
34170b1ace
|
docker: add netcat to image
|
2018-11-30 21:35:14 +01:00 |
|
|
c30009b96f
|
cpp: use new supernode class
|
2018-11-30 21:35:14 +01:00 |
|
|
3c11acb8b5
|
cpp: ported web and api
|
2018-11-30 21:33:56 +01:00 |
|
|
e625926d7d
|
refactor: cout over multiple lines
|
2018-11-30 21:00:53 +01:00 |
|
|
ebec998b3e
|
refactor: newlines after break
|
2018-11-30 21:00:53 +01:00 |
|
|
7f4e69ea4b
|
refactor: NULL -> nullptr
|
2018-11-30 21:00:53 +01:00 |
|
|
677f8b2aa2
|
socket: fix compilation without libnl3
|
2018-11-30 21:00:53 +01:00 |
|
|
a9d737537e
|
updating editorconfig
|
2018-11-30 21:00:53 +01:00 |
|
|
d72c5604e8
|
cmake: several improvments to the build system
|
2018-11-30 21:00:53 +01:00 |
|
|
30576ba7ad
|
refactoring: move config to villas/node/config.h
|
2018-11-30 21:00:53 +01:00 |
|
|
23abfcd7e6
|
tests: ported unit tests to C++
|
2018-11-30 20:58:15 +01:00 |
|
|
1763102931
|
small refactoring
|
2018-11-30 20:58:15 +01:00 |
|
|
32ffab7632
|
config_helper: allow json_load_cli() to be called with constant arguments
|
2018-11-30 20:58:15 +01:00 |
|
|
0709235502
|
log: adjust to new log constructor signature
|
2018-11-30 20:58:15 +01:00 |
|
|
503bd3001e
|
docker: update the CentOS image to a newer toolchain
|
2018-11-30 20:58:15 +01:00 |
|
|
6069dca392
|
cmake: some improvements to the build system
|
2018-11-30 20:58:15 +01:00 |
|
|
833729cb57
|
added new VILLAScommon submodule
|
2018-11-30 20:58:15 +01:00 |
|
|
708ea877f1
|
moved code to new VILLAScommon repo
|
2018-11-30 20:58:15 +01:00 |
|
|
987a59a5aa
|
cpp: ported SuperNode
|
2018-11-30 20:46:59 +01:00 |
|
|
640acafbce
|
python add more logging
|
2018-11-30 20:45:30 +01:00 |
|
|
96b3147766
|
python: fix log file name
|
2018-11-30 20:45:17 +01:00 |
|
|
e33e1904b8
|
refactor: warning() => warn()
|
2018-11-30 20:38:31 +01:00 |
|
|
c8dbc42b6b
|
remove global variable
|
2018-11-30 20:38:10 +01:00 |
|
|
79d5a58cd5
|
use new configuration syntax in loopback example
|
2018-11-30 20:37:44 +01:00 |
|
|
06ef762ad9
|
socket: use pre-allocated buffers to avoid dynamic allocations and syscalls in critical path
|
2018-11-30 20:33:11 +01:00 |
|
|
97181dc461
|
fix invalid return-type of getopt()
|
2018-11-30 19:57:22 +01:00 |
|
|
1d36d817f0
|
python: remove m2r from setup.py
|
2018-11-27 18:22:03 +01:00 |
|
|
ba041ea6fd
|
python: start building a Python API for controlling VILLASnode
|
2018-11-27 18:07:52 +01:00 |
|
|
7f4c306240
|
ignore compiled python code
|
2018-11-27 18:07:11 +01:00 |
|
|
f60bf3f0f5
|
api: return state as string
|
2018-11-27 18:06:35 +01:00 |
|
|
1ac9d306ad
|
node: do not emit data when paused
|
2018-11-23 21:00:20 +02:00 |
|
|
437cfb646d
|
file: add restart callback
|
2018-11-23 21:00:20 +02:00 |
|
|
7f5b3c235f
|
api: added new actions for controlling a node
|
2018-11-23 21:00:20 +02:00 |
|
|
88b1ec7850
|
web: fix lws_callback_on_writable() on macOS caused by multithreading issues
|
2018-11-23 21:00:20 +02:00 |
|