rsip: A general purpose SIP (types) library

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

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

    SIP Rust library (generator & parser)

  • I just released rsip version 0.3.0, which is considered final pretty much. Will add some small things related to RFC8224 and RFC8599 but other than that it should be considered as finished!

  • rsip-dns

    SIP Rust library implementing RFC 3263, implemented on top of rsip

  • rsip is part of my Rust Voip stack, along with rsip-dns that I have recently been building through viska, a SIP server. SIP protocol is quite tricky to implement, because it's completely P2P so it has some interesting edge cases compared to HTTP which is way more simple. Viska is wip, needed a good SIP library to be productive there, but now that rsip is kinda done, I am gona move back to it :)

  • 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
  • viska

    SIP framework built in Rust

  • rsip is part of my Rust Voip stack, along with rsip-dns that I have recently been building through viska, a SIP server. SIP protocol is quite tricky to implement, because it's completely P2P so it has some interesting edge cases compared to HTTP which is way more simple. Viska is wip, needed a good SIP library to be productive there, but now that rsip is kinda done, I am gona move back to it :)

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