libsood

Zig library for Roon Core discovery message, with C-compatible API and WebAssembly.

Commits at b2a4e65e297f6ca4b660efd59775290bb0ea6d24

  1. b2a4e65e C API for discovery I'm not including ipv4_subnet because IPv4 address handling differs between OSes (I found out during writing examples/basic.c) and I have no idea how I design the API. Zig's std uses `[4]u8` across platforms. Perhaps it's better to remove the module entirely? This library offloads transport things to users so this "get broadcast address for the interface" does not fit here, maybe. Shota FUJI authored at Shota FUJI comitted at
  2. 7cbca911 Simplify build file Shota FUJI authored at Shota FUJI comitted at
  3. ea2be90d Zig API for discovery and IPv4 helpers Shota FUJI authored at Shota FUJI comitted at
  4. 664805ab Message parser/serializer Shota FUJI authored at Shota FUJI comitted at
  5. 049ec8e5 WebAssembly build setup As a more secure and portable way. Shota FUJI authored at Shota FUJI comitted at
  6. cbcb4aad Foundation for Zig project with C library generation Shota FUJI authored at Shota FUJI comitted at
  7. 84eec46f Base style for text files Shota FUJI authored at Shota FUJI comitted at
  8. cbc149a3 Create license files New files to be added require license text. By creating license files beforehand, later commits will be more concise by having only files relavant to the change. Shota FUJI authored at Shota FUJI comitted at