|
59d76a3d7d
|
removed const qualifier to silence compiler warnings
|
2015-12-12 12:40:55 +01:00 |
|
|
6fba4d4b85
|
started fixing documentation
|
2015-12-12 12:37:57 +01:00 |
|
|
b70fdaac9a
|
updated documentation
|
2015-12-11 19:20:50 +01:00 |
|
|
b434c709f7
|
fixed {Docker,Make,Doxy}files for building documentation
|
2015-12-11 19:13:51 +01:00 |
|
|
0d18c263fd
|
fixed hanging shutdown of websocket node type
|
2015-12-11 18:33:30 +01:00 |
|
|
6f827ca49f
|
fixed release target of Makefile to match new repository layout
|
2015-12-11 18:20:29 +01:00 |
|
|
cba504ac21
|
added comment to explain list_lookup()
|
2015-12-11 18:20:04 +01:00 |
|
|
b4940a2546
|
fixed node_name_long()
|
2015-12-11 18:19:35 +01:00 |
|
|
00b0457102
|
fixed list_count() and list_contains() -- messed return codes..
|
2015-12-11 18:19:17 +01:00 |
|
|
8e9bca3dde
|
make use of INDENT macro consistent
|
2015-12-11 18:18:36 +01:00 |
|
|
9003465aba
|
fixing merge: random => signal
|
2015-12-11 12:37:18 +01:00 |
|
|
99efd4368c
|
removed some obsolete defines
|
2015-12-11 12:36:00 +01:00 |
|
|
3b91ba705f
|
changed signature of node type initialization
|
2015-12-11 12:35:32 +01:00 |
|
|
eddf3abe95
|
refactored Makefile for dependencies
added libwebsockets
|
2015-12-09 16:40:31 +01:00 |
|
|
556aaf48b2
|
Merge branch 'node-websocket' into develop
|
2015-12-09 15:49:54 +01:00 |
|
|
aecb2b060f
|
added compiler flags for libwebsockets
|
2015-12-09 15:48:53 +01:00 |
|
|
6978756f8c
|
changed libwebsockets user API and moved files to correct location
|
2015-12-09 15:48:53 +01:00 |
|
|
cb78e5adfa
|
workaround for macro collision caused by libwebsockets (already fixed in next las upstream)
|
2015-12-09 15:48:53 +01:00 |
|
|
26ec26d7bb
|
some refactoring for static JS fronted
|
2015-12-09 15:48:47 +01:00 |
|
|
232acba2d3
|
added function to remove elements from list
|
2015-12-09 15:48:39 +01:00 |
|
|
0491015db9
|
better checks for node type specific functions
|
2015-12-09 15:45:10 +01:00 |
|
|
064af8f4a7
|
using pkg-config for all libnl3 flags
|
2015-12-09 15:45:00 +01:00 |
|
|
d49c51c9ef
|
added new wrapper to start S2SS tools
example:
$ s2ss server /etc/test.conf
|
2015-12-09 15:42:58 +01:00 |
|
|
23aec7e83a
|
extended msg_f{scan,print}() functions by version which write to buffer
|
2015-12-04 02:11:02 +01:00 |
|
|
0f29816608
|
new web socket node type mostly completed
|
2015-12-04 02:11:02 +01:00 |
|
|
b310a83fbc
|
started implementation of new web socket node type
|
2015-12-04 02:11:02 +01:00 |
|
|
902091023b
|
added simple JS fronted for web socket node-type
|
2015-12-04 01:59:54 +01:00 |
|
|
bcc8acf505
|
added submodule for foot JS library
|
2015-12-04 01:59:54 +01:00 |
|
|
2d2699e967
|
extended random sample generator with more signal types
|
2015-12-04 01:59:19 +01:00 |
|
|
af62bcee16
|
smaller refactoring and fixes
|
2015-12-04 01:54:33 +01:00 |
|
|
9c5ac1d288
|
cleanups
|
2015-11-29 22:51:04 +01:00 |
|
|
ceb59d181c
|
fewer outputs
|
2015-11-29 22:50:39 +01:00 |
|
|
cdb0a700e9
|
made virtual data generic
|
2015-11-29 22:47:57 +01:00 |
|
|
a4d9a232ea
|
improved handling of node and path names / printing
|
2015-11-29 22:45:46 +01:00 |
|
|
313ae8348a
|
removed some obsolete functions
|
2015-11-29 21:28:24 +01:00 |
|
|
b937010f3f
|
improved Makefile dependencies and linking
|
2015-11-29 21:27:58 +01:00 |
|
|
bdb1737e53
|
replaced send and receive tools by a single pipe tool which does both directions
|
2015-11-29 21:27:26 +01:00 |
|
|
fb0a0ef83b
|
simplified abnormal process termination
|
2015-11-29 21:20:42 +01:00 |
|
|
98cf27a102
|
added Dockerfile
|
2015-11-29 21:19:59 +01:00 |
|
|
284e05f7a5
|
Merge branch 'feature-fsm' into develop
|
2015-11-23 19:57:18 +01:00 |
|
|
f645e498e7
|
restructured repository
|
2015-11-23 17:44:14 +01:00 |
|
|
19c991d005
|
moved documentation directory
|
2015-11-23 17:06:15 +01:00 |
|
|
4c604a621b
|
started with "Getting started" instructions
|
2015-11-23 17:03:06 +01:00 |
|
|
6be864ea75
|
added state transitions
|
2015-11-23 17:01:42 +01:00 |
|
|
8e196d03f0
|
added new members to represent state of nodes and paths
|
2015-11-23 17:00:05 +01:00 |
|
|
154a118634
|
moved timestamps into separate struct member
|
2015-11-23 16:58:09 +01:00 |
|
|
572ef55952
|
added new internal hook to add missing timestamps from GTFPGA cards
|
2015-11-23 16:58:09 +01:00 |
|
|
74738a1184
|
added install target to Makefile
|
2015-11-23 16:54:01 +01:00 |
|
|
7075045b5d
|
fixing undefined reference
|
2015-11-23 16:54:01 +01:00 |
|
|
3b6e7ef70c
|
moving generic node code to libs2ss to be reusable across server, send, receive, test and 3party executables
|
2015-11-23 16:54:01 +01:00 |
|