zoap

A WiP CoAP implementation for bare-metal constrained devices in Zig

git clone https://git.8pit.net/zoap.git

1.{
2    .name = "zoap",
3    .version = "0.1.0",
4    .minimum_zig_version = "0.13.0",
5    .dependencies = .{},
6    .paths = .{ "build.zig", "build.zig.zon", "src", "testvectors" },
7}