Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsmaxb/rust-pixelflut
Pixelflut client written in rust.
https://github.com/fsmaxb/rust-pixelflut
Last synced: 5 days ago
JSON representation
Pixelflut client written in rust.
- Host: GitHub
- URL: https://github.com/fsmaxb/rust-pixelflut
- Owner: FSMaxB
- License: isc
- Created: 2017-05-30T01:43:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T06:57:11.000Z (8 months ago)
- Last Synced: 2024-12-12T21:45:07.460Z (11 days ago)
- Language: Rust
- Size: 47.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rust-Pixelflut
==============A [Pixelflut](https://cccgoe.de/wiki/Pixelflut) client written in [rust](https://rust-lang.org), mostly as a starting point to get familiar with the language.
In this repository you can find the first program have ever written in rust 😃🎉 (apart from calculating prime numbers and hello world).
This is one of the fun things I got to do at [GPN17](https://entropia.de/GPN17).
Enhanced on [GPN19](https://entropia.de/GPN19):
* Config file
* Better error handling on the TCP connections
* Support for sending images
* Closing connections on Ctrl-C