All Projects → GenuineChannels → GenuineChannels

GenuineChannels / GenuineChannels

Licence: MIT license
Collection of custom .NET Remoting channels

Programming Languages

C#
18002 projects
HTML
75241 projects
Visual Basic .NET
514 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Classic ASP
548 projects

Projects that are alternatives of or similar to GenuineChannels

unzip
Tiny unzip helper class for .NET 3.5 Client Profile and Mono 2.10, written in pure C#.
Stars: ✭ 25 (-13.79%)
Mutual labels:  compression, nuget
trident
Trident is a trusted and secure communication platform for enabling better communication between groups of trusted parties
Stars: ✭ 21 (-27.59%)
Mutual labels:  communication, secure
MQTTnet
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
Stars: ✭ 3,309 (+11310.34%)
Mutual labels:  communication, nuget
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 (+568.97%)
Mutual labels:  communication, udp
Pjon
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Stars: ✭ 2,615 (+8917.24%)
Mutual labels:  communication, udp
Adamant Im
ADAMANT Decentralized Messenger. Progressive Web Application (PWA)
Stars: ✭ 202 (+596.55%)
Mutual labels:  communication, secure
Mqttnet
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
Stars: ✭ 2,486 (+8472.41%)
Mutual labels:  communication, nuget
ZetaProducerHtmlCompressor
A .NET port of Google’s HtmlCompressor library to minify HTML source code.
Stars: ✭ 31 (+6.9%)
Mutual labels:  compression, nuget
Zipstorer
A Pure C# Class to Store Files in Zip
Stars: ✭ 139 (+379.31%)
Mutual labels:  compression, nuget
Smol V
SMOL-V: like Vulkan/Khronos SPIR-V, but smaller.
Stars: ✭ 230 (+693.1%)
Mutual labels:  compression
yavdb
Yet Another Vulnerability Database
Stars: ✭ 14 (-51.72%)
Mutual labels:  nuget
Qs
Quick serialization of R objects
Stars: ✭ 225 (+675.86%)
Mutual labels:  compression
Minlzma
The Minimal LZMA (minlzma) project aims to provide a minimalistic, cross-platform, highly commented, standards-compliant C library (minlzlib) for decompressing LZMA2-encapsulated compressed data in LZMA format within an XZ container, as can be generated with Python 3.6, 7-zip, and xzutils
Stars: ✭ 236 (+713.79%)
Mutual labels:  compression
bluetooth-terminal
ES6 class for serial communication with your own Bluetooth Low Energy (Smart) devices
Stars: ✭ 43 (+48.28%)
Mutual labels:  communication
Zipson
JSON parse and stringify with compression
Stars: ✭ 229 (+689.66%)
Mutual labels:  compression
ConvectionKernels
Fast, high-quality texture compression library for many formats
Stars: ✭ 40 (+37.93%)
Mutual labels:  compression
Cineform Sdk
The GoPro® CineForm video codec SDK.
Stars: ✭ 219 (+655.17%)
Mutual labels:  compression
Nncf
PyTorch*-based Neural Network Compression Framework for enhanced OpenVINO™ inference
Stars: ✭ 218 (+651.72%)
Mutual labels:  compression
Community.VisualStudio.Toolkit
A community toolkit for writing Visual Studio extensions
Stars: ✭ 23 (-20.69%)
Mutual labels:  nuget
vscode-npm-gui
vscode nuget package manager gui https://marketplace.visualstudio.com/items?itemName=aliasadidev.nugetpackagemanagergui
Stars: ✭ 36 (+24.14%)
Mutual labels:  nuget

GenuineChannels

Appveyor Tests NuGet

Collection of custom .NET Remoting channels licensed under MIT license.

Besides offering steady connections in any environment thanks to configurable reconnect feature, Genuine Channels support communication with clients located behind firewalls, NAT and proxy servers (including those requiring authorization). Data encryption managed by security sessions and data compression without installing sinks provide for both easier coding and fast and secure client-server communication.

Getting started

Install the Nuget package:

Install-Package GenuineChannels

Please refer to this wiki page for details.

License

The MIT License (MIT)

Copyright (c) 2005-2015 Dmitry Belikov, Sergey Tkachev
Copyright (c) 2018 Genuine Channels Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].