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

300 commits

Author SHA1 Message Date
f3404026c8 improved websocket demo config 2017-09-05 14:52:09 +02:00
8c9348cfc0 updated websocket example configs 2017-09-05 10:03:21 +02:00
d6ea18d3a1 signal: added new counter signal type 2017-09-01 07:50:35 +02:00
5075794a70 update example configuration with latest introduction of IO formats, new hook functions and more 2017-08-31 09:31:57 +02:00
5d0ba771c6 Merge branch 'node-test' into develop
# Conflicts:
#	include/villas/api/session.h
#	lib/api.c
#	lib/super_node.c
#	lib/web.c
2017-08-27 18:44:03 +02:00
944a3700ba some improvements to the javascript config example 2017-08-27 17:09:53 +02:00
10bff06934 added example for Javascript configuration files 2017-08-23 15:02:32 +02:00
467e405644 fixes and new Dockerfile for Centos 7 2017-08-14 20:19:40 +02:00
a985d99868 node: fix high cpu usage 2017-08-10 08:07:55 +02:00
5a21d05c40 fix structure of VILLASfpga config files 2017-08-05 21:03:04 +02:00
d2300e7397 temp node test_rtt 2017-07-28 18:09:47 +02:00
07bd89de45 websocket: send dummy data in example configuration 2017-07-14 13:14: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
007ff9a776 added new node-type based on villas-signal tool 2017-07-06 21:15:46 +02:00
b123e91189 add missing configuration file for valgrind checks 2017-07-03 00:16:55 +02:00
a994de62e2 socket: added support for multicast adressing 2017-06-28 10:39:41 +02:00
Georg Reinke
6265c39ce2 shmem: use one region for each direction 2017-06-14 13:00:43 +02:00
9835ff8554 updated example config 2017-05-28 19:43:35 +02:00
890d5e2497 zeromq: updated example configuration 2017-05-23 15:22:37 +02:00
5a267813d0 zeromq: added initial version of ZeroMQ node-type 2017-05-23 15:20:38 +02:00
f433743173 nanomsg: added new messaging node-type 2017-05-23 14:54:25 +02:00
b0cc2ed0ad updated loopback configuration example 2017-05-14 10:40:47 +02:00
001400774e changed configuration format for hooks 2017-05-08 00:50:54 +02:00
49054eef9f cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00: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
Umar Farooq
de6c7f83a4 AsyncIP endianess fix, test with VILLASnode 2017-04-25 15:11:41 +00:00
fe8a6750f4 added web socket node to example config 2017-04-24 19:58:23 +02:00
122ba0f0f5 Merge branch 'node-shm' into develop 2017-04-18 01:50:12 +02:00
a81d1fc8de Merge branch 'develop' into node-shm 2017-04-17 23:54:44 +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
61d42c342d refactoring: DEFAULT_VALUES => DEFAULT_SAMPLELEN 2017-04-15 22:46:42 +02:00
db3d1477d1 shm node: renamed ‚cond_{in,out}‘ settings to ‚polling‘ 2017-04-15 22:46:35 +02:00
Umar Farooq
017c839a02 Add GTSYNC+GTSKT draft file and config file 2017-04-11 13:26:14 +00:00
Georg Reinke
ee809bd5c9 Merge branch 'develop' into node-shm 2017-04-06 12:12:56 +02:00
Georg Reinke
24c6493b04 make shmem.conf a bit nicer 2017-04-06 10:34:31 +02:00
Georg Reinke
66545fc4c7 new shmem node type 2017-04-05 12:52:21 +02:00
edbcc87299 fix web root (htdocs) in example config 2017-04-03 08:58:11 +02:00
6dd3b3d7ad changed example configuration for websocket node-type to combine unit and series settings 2017-04-02 13:05:42 +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
dbc1530727 Overhaul of build and packaging system:
- Build RPM packages for VILLASnode and dependencies with the ‚rpm‘, ‚rpm-villas‘, ‚rpm-livxil‘ and ‚rpm-libwebsockets‘ make targets
- Upload new RPM packages to the repository with the ‚deploy‘ make target
- Build a developer Docker image with the `docker-dev` target
- Run the developer image with the `run-docker-dev` target
- Build a production Docker image with the `docker` target
  This requires that all RPM packages have been build previously!
- Use hard-coded default paths where applicable
- Updated index website
- Added some usage information and hints

Documentation of the new system is still outstanding
2017-03-29 04:04:20 +02:00
a06a7eec57 remove obsolete ‚combine‘ setting from example config 2017-03-27 12:46:41 +02:00
8e53725c33 improved configuration file format for hooks 2017-03-17 02:52:59 -03:00
17fba35349 added example configuration file for file node-type using advio uris 2017-03-12 23:21:00 -03:00
595604b6db unified file headers of example configuration files 2017-03-12 16:53:33 -03:00
b04af03721 unified file headers of example configuration files 2017-03-12 16:52:05 -03:00
a9771ec8c6 Merge branch 'develop' into eric-lab 2017-03-09 13:30:19 -03:00
cf61bc500c added simple example configuratin file for Markus 2017-03-08 10:05:01 -03: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