https://github.com/code-lever/boost-telnet-server-example
Example of a pretty bad telnet server using boost::asio.
https://github.com/code-lever/boost-telnet-server-example
Last synced: about 1 month ago
JSON representation
Example of a pretty bad telnet server using boost::asio.
- Host: GitHub
- URL: https://github.com/code-lever/boost-telnet-server-example
- Owner: code-lever
- Created: 2013-08-14T14:01:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-04T17:42:42.000Z (over 12 years ago)
- Last Synced: 2025-04-11T23:51:30.625Z (12 months ago)
- Language: C++
- Size: 109 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
boost-telnet-server-example
===========================
Quick and dirty boost::asio code for a very, very basic telnet server.