rsip-dns VS rsip

Compare rsip-dns vs rsip and see what are their differences.

rsip-dns

SIP Rust library implementing RFC 3263, implemented on top of rsip (by Televiska)

rsip

SIP Rust library (generator & parser) (by Televiska)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
rsip-dns rsip
1 2
8 68
- -
0.0 0.0
about 2 years ago about 1 month ago
Rust Rust
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rsip-dns

Posts with mentions or reviews of rsip-dns. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-01.
  • rsip: A general purpose SIP (types) library
    3 projects | /r/rust | 1 Feb 2022
    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 :)

rsip

Posts with mentions or reviews of rsip. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-03.
  • Parsing Bitstreams with Rust and Nom
    4 projects | news.ycombinator.com | 3 Mar 2022
    Nom is a fantastic library. I have built a SIP library [1] on top of Nom, no way I would have built that without Nom's help, and even if I did, it would be a heck of a mess and under-optimized code.

    [1]: https://github.com/vasilakisfil/rsip

  • rsip: A general purpose SIP (types) library
    3 projects | /r/rust | 1 Feb 2022
    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!

What are some alternatives?

When comparing rsip-dns and rsip you can also consider the following projects:

stacks-core - The Stacks blockchain implementation

bitter - Extract bits from a byte slice

viska - SIP framework built in Rust

webrtc - A pure Rust implementation of WebRTC