├── README.md ├── examples ├── receiveBundle │ └── receiveBundle.ino └── sendMessage │ └── sendMessage.ino ├── keywords.txt ├── library.properties └── src ├── OSCBoards.h ├── OSCBundle.cpp ├── OSCBundle.h ├── OSCData.cpp ├── OSCData.h ├── OSCMatch.c ├── OSCMatch.h ├── OSCMessage.cpp ├── OSCMessage.h ├── OSCTiming.cpp └── OSCTiming.h /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stahlnow/OSCLib-for-ESP8266/HEAD/README.md -------------------------------------------------------------------------------- /examples/receiveBundle/receiveBundle.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stahlnow/OSCLib-for-ESP8266/HEAD/examples/receiveBundle/receiveBundle.ino -------------------------------------------------------------------------------- /examples/sendMessage/sendMessage.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stahlnow/OSCLib-for-ESP8266/HEAD/examples/sendMessage/sendMessage.ino -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stahlnow/OSCLib-for-ESP8266/HEAD/keywords.txt -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stahlnow/OSCLib-for-ESP8266/HEAD/library.properties -------------------------------------------------------------------------------- /src/OSCBoards.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stahlnow/OSCLib-for-ESP8266/HEAD/src/OSCBoards.h -------------------------------------------------------------------------------- /src/OSCBundle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stahlnow/OSCLib-for-ESP8266/HEAD/src/OSCBundle.cpp -------------------------------------------------------------------------------- /src/OSCBundle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stahlnow/OSCLib-for-ESP8266/HEAD/src/OSCBundle.h -------------------------------------------------------------------------------- /src/OSCData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stahlnow/OSCLib-for-ESP8266/HEAD/src/OSCData.cpp -------------------------------------------------------------------------------- /src/OSCData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stahlnow/OSCLib-for-ESP8266/HEAD/src/OSCData.h -------------------------------------------------------------------------------- /src/OSCMatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stahlnow/OSCLib-for-ESP8266/HEAD/src/OSCMatch.c -------------------------------------------------------------------------------- /src/OSCMatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stahlnow/OSCLib-for-ESP8266/HEAD/src/OSCMatch.h -------------------------------------------------------------------------------- /src/OSCMessage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stahlnow/OSCLib-for-ESP8266/HEAD/src/OSCMessage.cpp -------------------------------------------------------------------------------- /src/OSCMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stahlnow/OSCLib-for-ESP8266/HEAD/src/OSCMessage.h -------------------------------------------------------------------------------- /src/OSCTiming.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stahlnow/OSCLib-for-ESP8266/HEAD/src/OSCTiming.cpp -------------------------------------------------------------------------------- /src/OSCTiming.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stahlnow/OSCLib-for-ESP8266/HEAD/src/OSCTiming.h --------------------------------------------------------------------------------