Update README.md

This commit is contained in:
2017-12-28 15:17:56 +01:00
committed by GitHub
parent 1e6cdf22f0
commit 2d121ddce9
+8 -2
View File
@@ -27,8 +27,14 @@ payloads, those are provided in the `utils/` folder.
## Ports
- A partial port to Python can be found at [MightyPork/PonyFrame](https://github.com/MightyPork/PonyFrame).
- A Rust port is currently in the works.
TinyFrame has been ported to mutiple languages:
- The reference C implementation is in this repo
- Python port - [MightyPork/PonyFrame](https://github.com/MightyPork/PonyFrame)
- Rust port - [cpsdqs/tinyframe-js](https://github.com/cpsdqs/tinyframe-js)
- JavaScript port - [cpsdqs/tinyframe-js](https://github.com/cpsdqs/tinyframe-js)
Please note most of the ports are experimental and may exhibit various bugs or missing features. Testers are welcome :)
## Frame structure