Rework transport protocol

Use a more simple tranport protocol for the realtime data. Use a piece
of shared memory and a socket where we use a 1byte read/write to trigger
remote actions. Also use a ringbuffer for events.
This commit is contained in:
Wim Taymans 2016-11-07 10:24:13 +01:00
parent 7e46f9e3ad
commit b774b99db5
22 changed files with 797 additions and 364 deletions

View file

@ -11,7 +11,6 @@ pinoscore_headers = [
'node.h',
'node-factory.h',
'registry.h',
'utils.h',
]
pinoscore_sources = [
@ -27,7 +26,6 @@ pinoscore_sources = [
'node.c',
'node-factory.c',
'registry.c',
'utils.c',
]
libpinoscore_c_args = [