Socket/UDP implementation? => CoAP

This page summarizes the projects mentioned and recommended in the original post on /r/Zig

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • zig-network

    A smallest-common-subset of socket functions for crossplatform networking, TCP & UDP

  • As `std.net` is this experimental, there is currently no support for UDP at all in the standard library. However there is a library named zig-network which supports UDP sockets. There's also an example of UDP Discovery Protocol implemented with in examples/discovery which uses them so you can quickly start with an UDP client and server.

  • zoap

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

  • I suggest taking a look at this project maybe it will help you. https://github.com/nmeum/zoap

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts