https://github.com/dbrgn/echo-server-rs
An implementation of RFC 862. Both a TCP and an UDP echo server are provided.
https://github.com/dbrgn/echo-server-rs
Last synced: 3 months ago
JSON representation
An implementation of RFC 862. Both a TCP and an UDP echo server are provided.
- Host: GitHub
- URL: https://github.com/dbrgn/echo-server-rs
- Owner: dbrgn
- Created: 2016-02-24T10:26:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T10:26:15.000Z (over 10 years ago)
- Last Synced: 2026-01-11T12:59:48.159Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Echo Server
An implementation of [RFC 862](https://tools.ietf.org/html/rfc862). Both a TCP
and an UDP echo server are provided.