All Projects → seemk → Webudp

seemk / Webudp

Licence: mit
Minimal WebRTC datachannel server

Labels

Projects that are alternatives of or similar to Webudp

udpeer
A simple UDP peer to peer networking proxy using webrtc
Stars: ✭ 19 (-90.69%)
Mutual labels:  udp, webrtc
Nbnet
single header C(99) library to implement client-server network code for games
Stars: ✭ 58 (-71.57%)
Mutual labels:  webrtc, udp
dtls
Datagram Transport Layer Security (DTLS) client.
Stars: ✭ 72 (-64.71%)
Mutual labels:  udp, webrtc
Kalm.js
The socket manager
Stars: ✭ 155 (-24.02%)
Mutual labels:  webrtc, udp
Media Tutorial
流处理,TCP和UDP,WebRTC和Blob
Stars: ✭ 47 (-76.96%)
Mutual labels:  webrtc, udp
Spitfire
An easy to use WebRTC Datachannels library for .NET applications.
Stars: ✭ 164 (-19.61%)
Mutual labels:  webrtc, udp
Hazel Networking
Hazel Networking is a low level networking library for C# providing connection orientated, message based communication via TCP, UDP and RUDP.
Stars: ✭ 194 (-4.9%)
Mutual labels:  udp
Netcode.io.net
A pure managed C# implementation of the Netcode.IO spec
Stars: ✭ 201 (-1.47%)
Mutual labels:  udp
Blindpad
Collaborative text editor (like Google Docs or CoderPad) with integrated semi-anonymizing voice chat intended to help reduce bias in technical communication.
Stars: ✭ 191 (-6.37%)
Mutual labels:  webrtc
Webrtcxss
利用XSS入侵内网(Use XSS automation Invade intranet)
Stars: ✭ 190 (-6.86%)
Mutual labels:  webrtc
Aiortc
WebRTC and ORTC implementation for Python using asyncio
Stars: ✭ 2,706 (+1226.47%)
Mutual labels:  webrtc
Nextcloud Spreed Signaling
Standalone signaling server for Nextcloud Talk.
Stars: ✭ 201 (-1.47%)
Mutual labels:  webrtc
Ovenplayer
OvenPlayer is Open-Source HTML5 Player. OvenPlayer supports WebRTC Signaling from OvenMediaEngine for Sub-Second Latency Streaming.
Stars: ✭ 196 (-3.92%)
Mutual labels:  webrtc
Twilio Video App Ios
A collaboration application built with the Twilio Video iOS SDK
Stars: ✭ 196 (-3.92%)
Mutual labels:  webrtc
Computer Networking
Free resources for a self-taught education in Computer Networking
Stars: ✭ 201 (-1.47%)
Mutual labels:  udp
Httpcanary
A powerful capture and injection tool for the Android platform
Stars: ✭ 2,188 (+972.55%)
Mutual labels:  udp
Ascii
👾 ASCII Roulette :: ascii art video chat on the cli
Stars: ✭ 202 (-0.98%)
Mutual labels:  webrtc
Peer To Peer Cue System
Cue system for simple two-way communication and visual signaling using a PeerJS peer-to-peer connection.
Stars: ✭ 190 (-6.86%)
Mutual labels:  webrtc
Mediadevices
Go implementation of the MediaDevices API.
Stars: ✭ 197 (-3.43%)
Mutual labels:  webrtc
Mediastreamrecorder
Cross browser audio/video/screen recording. It supports Chrome, Firefox, Opera and Microsoft Edge. It even works on Android browsers. It follows latest MediaRecorder API standards and provides similar APIs.
Stars: ✭ 2,381 (+1067.16%)
Mutual labels:  webrtc

WebUDP

WebRTC datachannel library and server

Echo server demo (Chrome, Firefox, Safari 11+)

The library implements a minimal subset of WebRTC to achieve unreliable and out of order UDP transfer for browser clients. The core library (Wu) is platform independent. Refer to WuHostEpoll or WuHostNode for usage.

Building

mkdir build && cd build
cmake ..
make

Host platforms

  • Linux (epoll)
  • Node.js -DWITH_NODE=ON

Issues

  • Firefox doesn't connect to a server running on localhost. Bind a different interface.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].