Commit Graph

36 Commits

Author SHA1 Message Date
kevin
9acb24e9e1 Apply licensing information to project. 2024-12-01 14:35:24 -05:00
kevin
703cc29014 cwEuCon.cpp,cwLib.cpp,cwUi.cpp,cwWebSock.cpp : These modules now have a dependency on cwObject.h. 2024-11-30 12:18:18 -05:00
kevin
91fad53d33 Added "#include cwTest.h" dependency to most *.cpp files. 2024-05-29 12:36:57 -04:00
kevin
64df75d9aa Threads now take a label which can be displayed via system tools (e.g. top, ps). 2024-02-18 08:37:50 -05:00
kevin.larke
2b73b7b416 cwEuCon.cpp : Change mute id's to indicate source. 2020-05-19 20:51:20 -04:00
kevin.larke
c4b0b0dba3 cwEuCon.cpp : Send state changes back to FDR. 2020-05-17 06:49:03 -04:00
kevin.larke
a11abf391c cwEuCon.cpp : Add fank channel to log output. 2020-05-14 16:34:09 -04:00
kevin.larke
c36ba83b7b cwEuCon.h/cpp : Implemented sendMsg() and use cwEuConDecls.h. 2020-05-14 11:13:07 -04:00
kevin.larke
9d9f43cf58 cwEuCon.cpp : added _app_msg_decode(). 2020-05-12 10:43:00 -04:00
kevin
9ec4c131b5 cwEuCon.cpp : Debug watch-dog logic. 2020-04-17 15:15:17 -04:00
kevin.larke
d143546748 Merge branch 'master' of gitea.larke.org:klarke/libcw
# Conflicts:
#	cwEuCon.cpp
2020-04-17 13:43:06 -04:00
kevin.larke
83b588bbf8 cwEuCon.cpp : Update heart-beat next recv time on every recvd msg. 2020-04-17 13:42:19 -04:00
kevin.larke
df1501ffa3 cwEuCon.cpp : Change printf() fmt. 2020-04-17 13:40:41 -04:00
kevin.larke
c156a2fe85 Merge branch 'master' of gitea.larke.org:klarke/libcw 2020-04-17 11:16:59 -04:00
kevin.larke
e9ca9b08ca cwEuCon.h/cpp : Added heart-beat logic. 2020-04-17 11:16:52 -04:00
kevin
f8971f90b1 Merge branch 'master' of https://gitea.larke.org/klarke/libcw 2020-04-16 11:12:18 -04:00
kevin.larke
ddfd1be7bb cwEuCon.cpp : Fixed printf() format specifier warning. 2020-04-16 11:11:44 -04:00
kevin.larke
3ecea739f1 Merge branch 'master' of gitea.larke.org:klarke/libcw 2020-04-16 09:51:47 -04:00
kevin.larke
cb458168e7 cwEuCon.h/cpp : Updated comments and code formatting. 2020-04-16 09:51:38 -04:00
kevin.larke
ef50816330 cwEuCon.cpp : Commented out unused code to prevent warnings. 2020-04-16 09:27:58 -04:00
kevin.larke
d505a4af5a cwEuCon.h/cpp : Added initial interface for communicating with an an application or UI. 2020-04-09 21:07:45 -04:00
kevin.larke
1fe3e6d841 cwEuCon.h/cpp : Added an application thread. 2020-04-07 17:40:08 -04:00
kevin
86c641c4ab Minor changes for Raspberry Pi Build. 2020-04-04 20:53:20 +00:00
kevin.larke
c266475c99 cwEuCon.cpp : Fixed bug where multiple handshake-0's could be sent. 2020-04-04 09:28:32 -04:00
kevin.larke
3a840015cf cwEuCon.h/cpp : Allow the Fader service port to be set from the program arguments (even though it should be read from DNS-SD). 2020-04-03 17:42:07 -04:00
kevin.larke
f2bfc13419 cwEucon.h/cpp : Initial updates to support fader bank array server. 2020-04-03 10:36:10 -04:00
kevin.larke
6d623c3a2a cwEuCon.cpp : Fixed extra bytes in RESPONSE_4_B. 2020-04-02 14:41:23 -04:00
kevin.larke
14ee0765db cwEuCon.cpp : Updated status messages. 2020-03-31 14:34:13 -04:00
kpl
d0eccbd6be cwEuCon.cpp : Handshake protocol no longer waits for a heart-beat before sending second handshake msg (i.e. 0xc ...) 2020-03-23 15:58:13 -04:00
kpl
8ca40945e4 cwEuCon.cpp : Change to match with Arduino DNS-SD client. 2020-03-23 15:50:25 -04:00
kpl
2710eb9ef7 cwDnsSd.cpp,cwEuCon.cpp : Updates to support EuCon simulation. 2020-02-29 00:15:18 -05:00
kpl
d065dcf344 cwEuCon.cpp : Added debugging printouts. 2020-02-16 19:32:41 -05:00
kpl
d8249ab99a cwEuCon.cpp,fader.h/cpp : Initial updates to support Euphonix application messages. 2020-02-16 18:23:34 -05:00
kpl
0d977a4647 cwEuCon.cpp : Added hardcoded responses (but no change to logic). 2020-02-16 15:12:17 -05:00
kpl
f15e06695b Updated dns_sd/ to match the Arduino build.
cwAvahiSurface.cpp : initial commit.
2020-02-13 11:29:52 -05:00
kpl
a6692e3365 cwUtility, cwDnsSd, cwEuCon : Initial commit. 2020-02-12 13:43:00 -05:00