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

448 commits

Author SHA1 Message Date
4504fcc827 added file headers with author and copyright info 2017-04-15 21:28:28 +02:00
Georg Reinke
385efa1313 shm node: add option to spawn external program on start 2017-04-12 17:07:59 +02:00
053b43fb9f change function signature of node_type_start() 2017-04-07 17:32:52 +02:00
Georg Reinke
61b10ed4f1 move more information to shared part of shmem node 2017-04-07 13:27:10 +02:00
Georg Reinke
3a7af08799 move "external" part of shmem to separate files 2017-04-07 12:57:40 +02:00
Georg Reinke
45f5d9697a use queue_signalled for websocket node 2017-04-07 12:25:17 +02:00
Georg Reinke
c7e241cb2b new wrapper struct around queue with POSIX CV's 2017-04-07 12:18:08 +02:00
Georg Reinke
ee809bd5c9 Merge branch 'develop' into node-shm 2017-04-06 12:12:56 +02:00
Georg Reinke
66545fc4c7 new shmem node type 2017-04-05 12:52:21 +02:00
a33dadf80a use pthread_cond_signal for efficient signalling in websocket node-type 2017-04-02 13:02:49 +02:00
8bcb9401fe use common struct state instead for struct websocket_connection 2017-04-02 13:02:07 +02:00
57329bfa92 moved node id field to struct node::id 2017-04-02 12:59:56 +02:00
f6c204c441 removed split and splitted settings from file node-type 2017-03-29 20:14:01 +02:00
9205e1dbac Merge branch 'eric-lab' into develop-try-merge 2017-03-29 06:02:58 +02:00
3eb629d9d5 various bug fixes from todays debugging session 2017-03-29 04:25:30 +02:00
0830132a83 cosmetic changes 2017-03-13 00:04:56 -03:00
2757011e1b several smaller fixes and documentation updates 2017-03-12 17:13:37 -03:00
c90343d4af refactoring: node_open, node_close => node_start, node_stop 2017-03-11 23:30:24 -03:00
a9771ec8c6 Merge branch 'develop' into eric-lab 2017-03-09 13:30:19 -03:00
3573932df8 support advio for file node-type 2017-03-07 08:04:37 -04:00
4b2d4fe603 smaller bugfixes 2017-03-07 07:20:49 -04:00
ec49fc6bad renamed ‚path‘ setting of file node-type to ‚uri‘ in preparation for upcoming advio remote IO 2017-03-07 07:19:40 -04:00
9c40931a04 Merge branch 'feature-mpmc-queue' into feature-curlio 2017-03-05 10:06:32 -04:00
e27f0b699f several fixes for clean compilation 2017-03-03 20:21:33 -04:00
3e7c855526 updated licence and copyright info in file headers 2017-03-03 20:20:13 -04:00
7ec6aee288 Merge remote-tracking branch 'rwth/develop' into feature-curlio 2017-02-18 11:05:11 -05:00
7cab0538ab use #pragma once instead of #ifdef 2017-02-16 09:04:27 -03:00
098dd6f612 refactored cbmodel -> cbuilder_model 2017-02-15 17:58:15 -03:00
3ebfaf287c remove obsolete preprocessor macros 2017-02-15 17:57:03 -03:00
e7bf4e3f03 fix header include guard macros include full name 2017-02-12 14:04:22 -03:00
1dba01a8ae Re-license source code to LGPLv2.1 (closes #56) 2016-11-22 11:14:25 -05:00
fab53b0302 further steps to implement websocket client functionality 2016-11-08 00:24:57 -05:00
9e13b06a59 get first working version of web socket node-type with MPMC queues 2016-11-07 22:19:30 -05:00
1bcd0f9ae2 moved "endian" setting to socket node-type: other node-types do not have the sense of endianess (e.g. file node-type) 2016-10-30 16:58:45 -04:00
3159729cff add new header type to socket node-type for making "fake" header in gtnet-skt mode configurable 2016-10-20 09:06:29 -04:00
641d5ea7ed fixed commenting style in socket code 2016-10-19 01:58:55 -04:00
af14793901 replace GPL lincensed libpci (pciutils) with own implementation
VILLASnode and its dependencies are now fully compatible with a BSD/MIT license.
2016-10-08 20:17:16 -04:00
0097132b4f Merge branch 'feature-gtnet' into develop 2016-09-11 02:56:46 +00:00
3880abeb63 unified member variable naming of struct sample and struct msg 2016-07-11 18:19:23 +02:00
8115a9caa2 fixed most major bugs of web socket node-type 2016-07-11 18:18:20 +02:00
bd8987bf35 simplified makefile 2016-07-11 09:16:00 +02:00
3f012c8575 finished FPGA stuff 2016-07-08 13:32:18 +02:00
cc66553761 added support for CBuilder models 2016-06-26 15:28:34 +02:00
68f2dbea76 major changes in the VILLASfpga code. Lots of smaller improvements and fixed 2016-06-26 15:22:25 +02:00
c67af15a2c fixed all major bugs in FPGA code 2016-06-19 19:30:00 +02:00
98fb370e85 first steps towards flexible and configurable VILLASfpga / VILLASnode integration 2016-06-15 20:05:09 +02:00
bffb47dca8 added VILLASfpga code 2016-06-14 01:23:44 +02:00
0fa5f5b976 introduced new directory structure for source and header files 2016-06-14 01:17:58 +02:00