All Projects → peterhellberg → gopher

peterhellberg / gopher

Licence: other
A simple server for the Gopher protocol written in Go.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to gopher

opensimmpls
OpenSimMPLS is an MPLS network simulator, multiplatform and mutilanguage. It is easy-to-use and is intended for teaching activities. It can be used as well to test new protocols, techniques and methods related to MPLS and/or GoS.
Stars: ✭ 21 (+23.53%)
Mutual labels:  protocol
Computer-Networks
GBN and SR simulation, Distance Vector Algorithm Simulation
Stars: ✭ 21 (+23.53%)
Mutual labels:  protocol
FullProxy
Bind and reverse connection based, SOCKS5, HTTP and PortForward based portable proxy
Stars: ✭ 22 (+29.41%)
Mutual labels:  protocol
enzyme-subgraph
The official subgraph the Enzyme protocol.
Stars: ✭ 20 (+17.65%)
Mutual labels:  protocol
RTP-Audio-and-Video-for-the-Internet-Chinese-Version
No description or website provided.
Stars: ✭ 30 (+76.47%)
Mutual labels:  protocol
dystopia
Anonymity on the Internet by Transparent way.
Stars: ✭ 97 (+470.59%)
Mutual labels:  protocol
memcache
Node.js memcached client with the most efficient ASCII protocol parser
Stars: ✭ 26 (+52.94%)
Mutual labels:  protocol
elvisp
Virtual ISP / IP tunnel daemon for cjdns.
Stars: ✭ 19 (+11.76%)
Mutual labels:  protocol
spec
Tox Protocol Specification
Stars: ✭ 29 (+70.59%)
Mutual labels:  protocol
yahdlc
yahdlc - Yet Another HDLC implementation
Stars: ✭ 47 (+176.47%)
Mutual labels:  protocol
OverlayViewController
A simple way to present your child view controller on top of another one
Stars: ✭ 17 (+0%)
Mutual labels:  protocol
FreeRADIUS-Server-Configuration-Tool
🎯 FreeRADIUS Server Configuration Tool 🖥️
Stars: ✭ 33 (+94.12%)
Mutual labels:  protocol
ampleforth-contracts
Smart contracts for Ampleforth Protocol (working name uFragments)
Stars: ✭ 238 (+1300%)
Mutual labels:  protocol
node-ads
NodeJS Twincat ADS protocol implementation
Stars: ✭ 49 (+188.24%)
Mutual labels:  protocol
RDMnet
Implementation of ANSI E1.33
Stars: ✭ 29 (+70.59%)
Mutual labels:  protocol
redis-protocol-example
用 Go 来了解一下 Redis 通讯协议
Stars: ✭ 39 (+129.41%)
Mutual labels:  protocol
loco.rs
Loco Protocol Wrapper for Rust
Stars: ✭ 38 (+123.53%)
Mutual labels:  protocol
ucp
UCP protocol in Go
Stars: ✭ 40 (+135.29%)
Mutual labels:  protocol
librelp
OFFICIAL librelp repository on github
Stars: ✭ 25 (+47.06%)
Mutual labels:  protocol
go-sensor
🚀 Go Distributed Tracing & Metrics Sensor for Instana
Stars: ✭ 90 (+429.41%)
Mutual labels:  gopher

gopher

Build Status GoDoc License MIT

A server for the Gopher protocol written in Go initially based on gogopherd by Andrew Gerrand.

Note: This project is meant to be an experiment, do not expect any stability guarantees.

Installation

go get -u github.com/peterhellberg/gopher/cmd/gopherd

License (MIT)

Copyright (c) 2015-2018 Peter Hellberg

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