libjuice VS myip

Compare libjuice vs myip and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
libjuice myip
2 7
363 39
- -
7.2 3.7
10 days ago 9 months ago
C Makefile
Mozilla Public License 2.0 MIT License
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.

libjuice

Posts with mentions or reviews of libjuice. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-07.
  • P2P connectivity using ICE (STUN/TURN)
    1 project | /r/gamedev | 20 Mar 2023
    For the client side, I've looked at https://github.com/paullouisageneau/libjuice, which looks promising. We want to to keep our server for the matchmaking, but then make additional use of a new server for the connectivity stage once players have agreed a game.
  • A simple C implementation to stream H.264 to browser using WebRTC
    6 projects | news.ycombinator.com | 7 Apr 2021
    Nice, this looks like a simple and clear proof of concept!

    In practice, the dependency on glib, which depends in glib, can become a practical problem for embedded devices.

    That's actually why I developped libjuice [0] as the default ICE backend of libdatachannel [1].

    [0] https://github.com/paullouisageneau/libjuice

myip

Posts with mentions or reviews of myip. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-31.
  • Icanhazip: A simple IP address tool survived a deluge of users (2021)
    4 projects | news.ycombinator.com | 31 Jul 2023
    Why not use protocols which are purposely designed to report mapped IP address like STUN? It's faster as UDP exchange is shorter than 3-way TCP handshake (or even TCP+TLS handshake).

    Here is an implementation which uses parallel STUN queries to report address reliably as fast as possible: https://github.com/Snawoot/myip

  • Do i have an open nat?
    1 project | /r/HomeNetworking | 2 May 2022
    For Windows; Try the myip binary
  • How do i check my nat type with stun??
    2 projects | /r/HomeNetworking | 2 May 2022
    Try this client with public STUN servers; https://github.com/Snawoot/myip/releases/tag/v1.2.0 it has precompiled binaries for multiple platforms.
  • Show HN: Justyourip.com
    1 project | news.ycombinator.com | 18 Jan 2022
  • Public ip address logging
    1 project | /r/sysadmin | 17 Jun 2021
    Addresses on the "far side" of a NAT aren't inherently visible to the host. The only way to find out is to reach out to an external service, and have that service report back what source IP address they see your request coming from. Usually people use a web API, but there might be other ways.
  • A New Future for Icanhazip
    4 projects | news.ycombinator.com | 6 Jun 2021
    This kind of service is exactly what STUN servers are made for to be used alongside webrtc. There are a plethora of unauthenticated STUN servers around, and while there's still room for abuse, the protocol is a bit more lightweight than full-blown http requests, and faster, too!

    I've dabbled with doing this on my own, but I've found `myip` to do the job nicely and without hassle:

    https://github.com/Snawoot/myip

  • Ifconfig.co – Hacker-friendly “What is my IP address”
    2 projects | news.ycombinator.com | 30 Mar 2021
    I had some auto-tests for VPN app which were relying on similar web-service to check own IP address. One day service become unavailable and autotests got broken. IIRC it was (https://canihazip.com/s)

    I decided to solve this task in a fast and reliable fashion, so I made a tool which discovers own IP address using major public STUN servers: https://github.com/Snawoot/myip

    Program issues parallel queries to public STUN servers to determine public IP address and returns result as soon as quorum of matching responses reached.

    Works fast and reliable, especially compared to services requiring HTTPS:

      user@dt1:~> time curl https://api.ipify.org

What are some alternatives?

When comparing libjuice and myip you can also consider the following projects:

libdatachannel - C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets

alfred-ip-address-workflow - Alfred 5 workflow for getting your local and external IP addresses.

violet - Lightweight STUN/TURN server

echoip - IP address lookup service

miniupnp - UPnP IGD implementation

cloudflare-dyndns - CloudFlare Dynamic DNS client

openmiko - Open source firmware for Ingenic T20 based devices such as WyzeCam V2, Xiaomi Xiaofang 1S, iSmartAlarm's Spot+ and others.

dns.toys - A DNS server that offers useful utilities and services over the DNS protocol. Weather, world time, unit conversion etc.

libpeer - WebRTC Library for IoT/Embedded Device using C

STUN - STUN client implementation in C#

n2n - Peer-to-peer VPN

cloud-self-test-kit