All Projects → Quic.net → Similar Projects or Alternatives

1376 Open source projects that are alternatives of or similar to Quic.net

Hamms
Malformed servers to test your HTTP client
Stars: ✭ 1,216 (+602.89%)
Mutual labels:  networking
Router Lab
Lab for Network Principles 2019-2020 fall, 2020-2021 spring and 2020-2021 fall
Stars: ✭ 124 (-28.32%)
Mutual labels:  networking
Bluesocket
Socket framework for Swift using the Swift Package Manager. Works on iOS, macOS, and Linux.
Stars: ✭ 1,209 (+598.84%)
Mutual labels:  networking
Speedment
Speedment is a Stream ORM Java Toolkit and Runtime
Stars: ✭ 1,978 (+1043.35%)
Mutual labels:  stream
Acvp
Industry Working Group on Automated Cryptographic Algorithm Validation
Stars: ✭ 76 (-56.07%)
Mutual labels:  protocol
Socket
Non-blocking socket and TLS functionality for PHP based on Amp.
Stars: ✭ 122 (-29.48%)
Mutual labels:  udp
String To Stream
Convert a string into a stream (streams2)
Stars: ✭ 75 (-56.65%)
Mutual labels:  stream
Algernon
🎩 Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support
Stars: ✭ 1,880 (+986.71%)
Mutual labels:  quic
Tooter
Add 'Toot' and 'Share to Mastodon' buttons to the web
Stars: ✭ 75 (-56.65%)
Mutual labels:  networking
Ansible Openwisp2 Imagegenerator
Automatically build several openwisp2 firmware images for different organizations while keeping track of their differences
Stars: ✭ 122 (-29.48%)
Mutual labels:  networking
Smol
A small and fast async runtime for Rust
Stars: ✭ 2,206 (+1175.14%)
Mutual labels:  networking
Addon Wireguard
WireGuard - Home Assistant Community Add-ons
Stars: ✭ 72 (-58.38%)
Mutual labels:  networking
Reliablenetcode.net
A pure managed C# socket-agnostic reliability layer inspired by reliable.io and yojimbo
Stars: ✭ 122 (-29.48%)
Mutual labels:  networking
Devis
A microservices framework for Node.js
Stars: ✭ 72 (-58.38%)
Mutual labels:  protocol
Ipgetter
Utility to fetch your external IP address
Stars: ✭ 148 (-14.45%)
Mutual labels:  networking
Athenax
SQL-based streaming analytics platform at scale
Stars: ✭ 1,178 (+580.92%)
Mutual labels:  stream
Tunnel
PG数据同步工具(Java实现)
Stars: ✭ 122 (-29.48%)
Mutual labels:  stream
Iter
Simple iterator abstract datatype, intended to iterate efficiently on collections while performing some transformations.
Stars: ✭ 71 (-58.96%)
Mutual labels:  stream
Rsocket Java
Java implementation of RSocket
Stars: ✭ 2,099 (+1113.29%)
Mutual labels:  stream
Vos backend
vangav open source - backend; a backend generator (generates more than 90% of the code needed for big scale backend services)
Stars: ✭ 71 (-58.96%)
Mutual labels:  networking
Sock.lua
A Lua networking library for LÖVE games.
Stars: ✭ 121 (-30.06%)
Mutual labels:  networking
Logbert
Logbert is an advanced log message viewer for log4net, log4j and others.
Stars: ✭ 70 (-59.54%)
Mutual labels:  udp
Logback Gelf
Logback appender for sending GELF messages with zero additional dependencies.
Stars: ✭ 146 (-15.61%)
Mutual labels:  udp
Tanya
GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities
Stars: ✭ 70 (-59.54%)
Mutual labels:  networking
Patch
Something could be public patches
Stars: ✭ 120 (-30.64%)
Mutual labels:  quic
Target Postgres
A Singer.io Target for Postgres
Stars: ✭ 70 (-59.54%)
Mutual labels:  stream
Esp32 Mqtt
ESP32 MQTT sample project for
Stars: ✭ 166 (-4.05%)
Mutual labels:  protocol
Write
Write data to the file system, creating any intermediate directories if they don't already exist. Used by flat-cache and many others!
Stars: ✭ 68 (-60.69%)
Mutual labels:  stream
Go Netstat
A netstat implementation written in Go
Stars: ✭ 121 (-30.06%)
Mutual labels:  udp
Saltyrtc Meta
Protocol description and organisational information for SaltyRTC implementations.
Stars: ✭ 67 (-61.27%)
Mutual labels:  protocol
Protocol
A protocol library for Minecraft Bedrock Edition
Stars: ✭ 147 (-15.03%)
Mutual labels:  protocol
Ipv6tools
IPv6Tools is a robust modular framework that enables the ability to visually audit an IPv6 enabled network.
Stars: ✭ 120 (-30.64%)
Mutual labels:  networking
Esp8266 Wifi Uart Bridge
Transparent WiFi (TCP, UDP) to UART Bridge, in AP or STATION mode
Stars: ✭ 107 (-38.15%)
Mutual labels:  udp
Logger logstash backend
Logstash backend for the Elixir Logger
Stars: ✭ 67 (-61.27%)
Mutual labels:  udp
Nstack
Userspace TCP/IP stack for Linux
Stars: ✭ 162 (-6.36%)
Mutual labels:  networking
Books
Awesome Books
Stars: ✭ 66 (-61.85%)
Mutual labels:  protocol
Carvel Kwt
Kubernetes Workstation Tools CLI
Stars: ✭ 119 (-31.21%)
Mutual labels:  networking
Usocket
Universal socket library for Common Lisp
Stars: ✭ 146 (-15.61%)
Mutual labels:  networking
Py Ipv8
Python implementation of the IPv8 layer
Stars: ✭ 157 (-9.25%)
Mutual labels:  networking
Azure Event Hubs Spark
Enabling Continuous Data Processing with Apache Spark and Azure Event Hubs
Stars: ✭ 140 (-19.08%)
Mutual labels:  stream
Ot Node
OriginTrail network node
Stars: ✭ 107 (-38.15%)
Mutual labels:  protocol
Pandatvdanmu
Panda TV 弹幕助手 ( 熊猫TV 弹幕助手) (JAVA)
Stars: ✭ 65 (-62.43%)
Mutual labels:  protocol
Rtp
A Go implementation of RTP
Stars: ✭ 120 (-30.64%)
Mutual labels:  networking
Pytcp
PyTCP is an attempt to create fully functional TCP/IP stack in Python. It supports TCP stream based transport with reliable packet delivery based on sliding window mechanism and basic congestion control. It also supports IPv6/ICMPv6 protocols with SLAAC address configuration. It operates as user space program attached to Linux TAP interface. As of today stack is able to send and receive traffic over Internet using IPv4 and IPv6 default gateways for routing. Since goal of this project is purely educational (at least at this point) the clarity of code is preferred over its efficiency. For the same reason security features are not being implemented just yet unless they are integral part of TCP/IP suite protocols specification.
Stars: ✭ 65 (-62.43%)
Mutual labels:  udp
Reflow
Content-routable socks5 proxy switcher for your entire LAN.
Stars: ✭ 170 (-1.73%)
Mutual labels:  protocol
Framework
Asynchronous & Fault-tolerant PHP Framework for Distributed Applications.
Stars: ✭ 1,125 (+550.29%)
Mutual labels:  stream
Vxg.media.sdk.android
Market leading Android SDK with encoding, streaming & playback functionality
Stars: ✭ 119 (-31.21%)
Mutual labels:  stream
Fetch
The best file downloader library for Android
Stars: ✭ 1,124 (+549.71%)
Mutual labels:  networking
Tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
Stars: ✭ 14,278 (+8153.18%)
Mutual labels:  networking
Popol
Minimal non-blocking I/O for Rust
Stars: ✭ 118 (-31.79%)
Mutual labels:  networking
Quic
libquic: QUIC (Quick UDP Internet Connections)
Stars: ✭ 159 (-8.09%)
Mutual labels:  quic
Marble
Marble.js - functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS.
Stars: ✭ 1,947 (+1025.43%)
Mutual labels:  stream
Cliflix
Watch anything instantaneously, just write its name.
Stars: ✭ 1,439 (+731.79%)
Mutual labels:  stream
Gps.js
A NMEA parser and GPS utility library
Stars: ✭ 171 (-1.16%)
Mutual labels:  protocol
Protocol Fcgi
FastCGI (FCGI) Protocol implementation for PHP
Stars: ✭ 106 (-38.73%)
Mutual labels:  protocol
Quant
QUIC implementation for POSIX and IoT platforms
Stars: ✭ 162 (-6.36%)
Mutual labels:  quic
Go Ping
A simple ping library using ICMP echo requests.
Stars: ✭ 158 (-8.67%)
Mutual labels:  networking
Zipstorer
A Pure C# Class to Store Files in Zip
Stars: ✭ 139 (-19.65%)
Mutual labels:  stream
How To Understand Streams In Nodejs
🚰 A step by step explanation how to take advantage of Streams in NodeJS
Stars: ✭ 106 (-38.73%)
Mutual labels:  stream
Illuminati
This is a Platform that collects all the data accuring in your Application and shows the data in real time by using Kibana or other tools.
Stars: ✭ 106 (-38.73%)
Mutual labels:  stream
301-360 of 1376 similar projects