Skip to content

0.0.2 integrated HTTP service

Latest
Compare
Choose a tag to compare
@revilo196 revilo196 released this 07 May 23:48
· 4 commits to main since this release

New Features:

  • Added support for more data types in the Serializer, including Int, Bool, and String. (Note: this update may cause issues with the Deserializer functionality.)
  • Added a function to start a simple OSCQuery server.
  • Integrated HTTP and zeroconf support:
    - Added a hyper service to handle OscQuery requests.
    - Added functions to easily create a background service for this.
    - Added zeroconf for OscQuery advertisement.

Compatibility:
Tested against ossia-score's OscQuery.

Please note that the updated Serializer functionality may cause issues with the Deserializer functionality, and careful attention should be paid to compatibility when upgrading.