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

2550 commits

Author SHA1 Message Date
Georg Reinke
959d8aa796 fix race condition when starting web service 2017-05-12 11:52:30 +02:00
Georg Reinke
1067c66ab8 shmem node: copy samples when reading 2017-05-12 11:52:24 +02:00
Georg Reinke
f724a00033 queue_signalled: try to read once before sleeping 2017-05-11 13:49:54 +02:00
ad13abd675 remove GAP_SEQUENCE statistic 2017-05-08 09:09:17 +00:00
e92f17d891 file: fix and test rewind feature 2017-05-08 00:50:56 +02:00
19df0d196d add more const keywords 2017-05-08 00:50:56 +02:00
52d4aceb4f path: simplify configuration file 2017-05-08 00:50:56 +02:00
560f2f5423 path: don’t be too verbose 2017-05-08 00:50:56 +02:00
2036c2bdfa websocket: fix bug in receive path 2017-05-08 00:50:55 +02:00
001400774e changed configuration format for hooks 2017-05-08 00:50:54 +02:00
7e145966a5 super_node: use advio to open local files 2017-05-08 00:50:54 +02:00
53b5880dec advio: properly support local files 2017-05-08 00:50:54 +02:00
92e3087a16 file: make intialization more robust 2017-05-08 00:50:53 +02:00
4f74107e91 install third party libraries to /usr/local/lib64 instead of /usr/local/lib 2017-05-08 00:50:53 +02:00
57f8343146 show error message if dependency is missing (fixes #89) 2017-05-05 22:59:38 +00:00
cb91a6dc0b hist: improve output and style of plot 2017-05-05 22:27:50 +00:00
c711f0f1bc added warmup phase to histogram for better selection of min/max (closes #12) 2017-05-05 22:26:40 +00:00
49054eef9f cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
74ee677b41 fix pointer mistake 2017-05-05 19:09:57 +00:00
94035ca241 kernel: fix kernel_module_load() 2017-05-05 19:09:32 +00:00
0416ab0411 automatically traffic control kernel modules if needed 2017-05-05 19:03:49 +00:00
cd0db79517 hist: make human output more readable 2017-05-05 16:18:25 +02:00
db5b8fc8cc add CORS headers for HTTP API responses 2017-05-02 18:45:53 +02:00
9b1e6a33ed add license to headers 2017-04-27 13:20:20 +02:00
5be1853649 added GPL license to file headers 2017-04-27 12:56:43 +02:00
Georg Reinke
d161d22f67 add some missing headers 2017-04-27 11:26:10 +02:00
bd91508b4c use same log output for starting nodes and paths 2017-04-27 09:34:08 +02:00
Umar Farooq
c1b0d65f5a Init jitter, mean and variance calc for NTP vs GPS ts 2017-04-26 16:16:15 +00:00
Georg Reinke
f5aba31045 remove libconfig references from libvillas-ext 2017-04-26 11:58:12 +02:00
Umar Farooq
de6c7f83a4 AsyncIP endianess fix, test with VILLASnode 2017-04-25 15:11:41 +00:00
6da1070e56 minor improvements 2017-04-24 19:56:14 +02:00
de601a10f5 allow villas-node to be started without listening on web port 2017-04-24 19:55:46 +02:00
4e5dc58e18 added first version of web socket client support 2017-04-24 19:28:45 +02:00
a1a52d4336 valgrind: refactored super_node_parse_uri() to avoid memory leaks 2017-04-24 19:28:07 +02:00
cf6de2f6fd valgrind: fix memory leak 2017-04-24 19:27:27 +02:00
a567a17595 fix: memory leak 2017-04-24 18:59:45 +02:00
414fcc72f1 websocket: add destinations to websocket_print() 2017-04-24 18:11:05 +02:00
86ec387b9a smaller fixes for websocket message code 2017-04-24 14:19:12 +02:00
8c4f291fd9 changed byte-order for websocket messages to little-endian 2017-04-24 13:25:30 +02:00
a3222da312 adapted socket node-type to support new packet format 2017-04-23 22:13:29 +02:00
d6f2697e1b added new helper functions to convert struct msg between network and host byte-order 2017-04-23 22:13:28 +02:00
122ba0f0f5 Merge branch 'node-shm' into develop 2017-04-18 01:50:12 +02:00
3d26464ee7 fix buffer overflow in web_buffer 2017-04-18 01:38:53 +02:00
a81d1fc8de Merge branch 'develop' into node-shm 2017-04-17 23:54:44 +02:00
a5aa5d0e14 queue_signalled: add some missing functions from queue 2017-04-17 23:23:07 +02:00
8104f54356 queue_signalled: do not use abbreviations for member names 2017-04-17 23:23:07 +02:00
bb547ffaf8 queue_signalled: pthread attributes only need to exist during initialisation of their belonging objects
See: http://stackoverflow.com/questions/11062292/are-pthread-attribute-objects-required-to-exist-for-the-lifetime-of-the-object-t
2017-04-17 23:23:07 +02:00
Georg Reinke
5f540e58bc even more documentation for shmem node 2017-04-17 19:00:15 +02:00
48ad4f9a56 refactoring: added DEFAULT_WEBSOCKET_{SAMPLE,QUEUE}LEN (like for shmem node-type) 2017-04-15 22:50:37 +02:00
cee5575861 shm node: use similar settings as for paths: {in,out}size => queuelen, sample_values => samplelen 2017-04-15 22:47:24 +02:00