86c641c4abMinor changes for Raspberry Pi Build.
kevin
2020-04-04 20:53:20 +0000
c266475c99cwEuCon.cpp : Fixed bug where multiple handshake-0's could be sent.
kevin.larke
2020-04-04 09:28:32 -0400
3a840015cfcwEuCon.h/cpp : Allow the Fader service port to be set from the program arguments (even though it should be read from DNS-SD).
kevin.larke
2020-04-03 17:42:07 -0400
80cd776337html/websockSrvTest.hmtl : Updated to get URL from DOM and send to particular or all connected endpoints.
kevin.larke
2020-03-31 12:56:00 -0400
93b1af1a42cwSocket.h/cpp : Update test() to get server parameters from a specific NIC device.
kevin.larke
2020-03-31 12:54:20 -0400
e0f1e6b948cwWebSock.h/cpp : Added 'sessionId' to send() (and msg_t) to allow a message to be sent to a specific endpoint.
kevin.larke
2020-03-31 12:52:58 -0400
10b2a36970cwObject.h/cpp,cwObjectTemplate.h : Initial implementation of newObject(). Added flags to find().
kevin.larke
2020-03-31 12:51:17 -0400
98c9150809cwFile.cpp : Fixed bug in _fnToBuf().
kevin.larke
2020-03-31 12:49:24 -0400
0a293ba910cwCommon.h Added kLabelNotFouncRC and kDuplicateRC,
kevin.larke
2020-03-31 12:47:37 -0400
3c9d4282cdcwDnsSd, dns_sd/ : Updates to integrate Arduino version with Linux version.
kpl
2020-03-23 16:48:17 -0400
8c685cb517cwTcpSocket.cpp : Changed select_receive() to use p->fdH when available.
kpl
2020-03-23 16:46:04 -0400
d0eccbd6becwEuCon.cpp : Handshake protocol no longer waits for a heart-beat before sending second handshake msg (i.e. 0xc ...)
kpl
2020-03-23 15:58:13 -0400
8ca40945e4cwEuCon.cpp : Change to match with Arduino DNS-SD client.
kpl
2020-03-23 15:50:25 -0400
8b112b39fecwIo* : Updates to include 'decl' files in header and initial sketch of interface.
kpl
2020-03-23 13:14:42 -0400
8f88355f36main.cpp : Updates to include uiTest() and more variadic template experiments.
kpl
2020-03-23 10:52:04 -0400
5cda838a93Added 'decls' include files to hold public declarations for audio,midi,serial,socket, and websock modules. Other minor changes to prepare for integration into cwIo. In cwMidi* replaced 'byte_t' with 'uint8_t'. In cwAudioDevice* removed redundant 'device' prefix from function names.
kpl
2020-03-23 10:41:28 -0400
11f6d38330cwSocket.cpp : Sockets are now automatically closed when poll() detects HUP or NVAL conditions.
kpl
2020-03-18 19:54:01 -0400
33aca956dacwThread.cpp : Threads are no longer created in detached state because it no longer solves the problems of internal memory leaks when the thread is closed. Instead we use pthread_join() when the thread is closed.
kpl
2020-03-18 19:05:48 -0400
414bce83e5cwSocket.cpp : Children sockets are no unlinked from their parent when they are disconnected.
kpl
2020-03-18 19:04:33 -0400
46a84600a6cwSocket.cpp : Added extended socket status checking in _poll().
kpl
2020-03-18 17:20:38 -0400
f4e11db89acwSocket.cpp : Added 'remoteSockAddr' to the socket structure. Fixed bug in 'connId' assignment.
kpl
2020-03-18 17:07:33 -0400
66e664ec54cwSocket.cpp : print error mesg. when test send fails.
kpl
2020-03-18 16:20:23 -0400
de306242bbcwSocket.cpp : Added more reporting from test callback.
kpl
2020-03-18 16:03:12 -0400
fe142ad7a8cwSocket.h/cpp : added callback on connection.
kpl
2020-03-18 15:53:11 -0400
47bcd57d79README.md : Added 'Development Setup' section.
kevin
2020-03-18 15:11:39 -0400
49bec1142fcwSocket.h/cpp, main.cpp : Updates to socksrv::test().
kpl
2020-03-18 14:08:21 -0400