|
9ea0cbcbef
|
fixes segfault when starting villas-node with websocket node
|
2017-03-08 09:53:28 -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 |
|
|
0b06a77c15
|
add macros to get plugin name and description from pointer to plugin specific data
|
2017-03-07 07:12:24 -04:00 |
|
|
57d19bfff9
|
reenabled websocket node type
|
2017-03-06 12:28:06 -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 |
|
|
f92537172e
|
separated websocket node-type into web, api modules
|
2017-02-18 10:57:29 -05:00 |
|
|
f03fe00bff
|
refactor more code to new plugin system
|
2017-02-18 10:51:43 -05:00 |
|
|
7de25683d7
|
fpga: refactored VILLASfpga node type
|
2017-02-18 10:43:58 -05:00 |
|
|
30e0ecf544
|
refactored dtor_cb_t to return an integer
|
2017-02-18 10:43:01 -05:00 |
|
|
2b83fef2ce
|
removed a bunch of non-needed include files (found by include-what-you-need.org)
|
2017-02-16 13:33:04 -03:00 |
|
|
5beb70d0c6
|
Updated and modularised Makefiles
|
2017-02-15 17:54:52 -03:00 |
|
|
e9f8a50c3c
|
introduce new plugin system for extensions
|
2017-02-12 14:35:05 -03:00 |
|
|
84ebfda4e1
|
refactored log faciltity macros
|
2017-02-12 14:12:35 -03:00 |
|
|
59816b3747
|
HTTP user-agent is now a project wide compile-time constant
|
2017-01-19 21:03:37 -02: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 |
|
|
d6e4ab5d2f
|
severe bug fix: msg_swap() did not correctly swapped the values (just the header)
|
2016-10-30 17:11:12 -04:00 |
|
|
7dec04edfc
|
added new setting to example config, updated documentation
|
2016-10-30 17:10:20 -04: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 |
|
Umar Farooq
|
4745a799ff
|
Add endianness setting in config file to nodes
|
2016-10-27 19:25:29 +02: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 |
|
|
ff48249389
|
fix sequence numbers for gtnet-skt
|
2016-10-19 01:56:00 -04:00 |
|
|
af22c7d0c4
|
Merge branch 'develop' into bug_fixes
|
2016-10-19 01:44:36 -04:00 |
|
Umar Farooq
|
a5d50ea756
|
Add manual sequence numbers for GTNET w/o header as temp solution
|
2016-10-17 16:28:43 +02:00 |
|
|
9dd9dc8ddc
|
fixed dependency in fpga node-type description
|
2016-10-13 22:09:00 -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 |
|
|
64cbad6158
|
Removed unused dependency to liquid
|
2016-10-08 01:10:12 -04:00 |
|
|
ba399a0b1d
|
fixed compilation: functionality still heavily broken. its a mess right now
|
2016-09-22 21:20:21 -04:00 |
|
|
d0ad1e47ef
|
improved implementation of gtnet-skt protocol headers
|
2016-09-13 21:20:58 -04:00 |
|
|
0097132b4f
|
Merge branch 'feature-gtnet' into develop
|
2016-09-11 02:56:46 +00:00 |
|
|
f6dd0b117b
|
merged config-fpga.h into config.h
|
2016-07-18 15:09:49 +02:00 |
|
|
303e730f3a
|
removed debug output
|
2016-07-18 15:02:53 +02:00 |
|
|
cbe29caf98
|
restructured repo and build system
|
2016-07-14 09:34:26 +02: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 |
|
|
1669d226c8
|
changed config file format for VILLASfpga
|
2016-07-11 11:34:20 +02:00 |
|
|
bd8987bf35
|
simplified makefile
|
2016-07-11 09:16:00 +02:00 |
|
|
87bd0c3b8c
|
reworked interrupt handling
|
2016-07-08 13:31:23 +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 |
|