Commit 9aac21fb authored by Kento HASEGAWA's avatar Kento HASEGAWA

Update README.md

parent d13f18bf
......@@ -6,21 +6,35 @@ Ensemble solver system for the algorithm design content in DA symposium 2019
実際のソルバで使用している環境.
+ デバイス
- Raspberry Pi 3 B+
+ ソフトウェア
- Python >= 3.5 (通信プログラム)
* Flask
* gevent
* gevent-websocket
## フォルダ構成
+ problems/
- 問題ファイル
+ roles/
- ADC2019 Systemのうち,Host, Solverそれぞれの役割の実装.
+ solutions/
- 答えファイルの保存先
+ static/
- GUIで使う静的ファイル
+ templates/
- GUIで使うページ構成ファイル
+ utils/
- ADC2019 Systemで汎用的に使う機能の実装
+ adc2019system.py
- ADC2019 System 本体
+ main.py
- ADC2019 SystemのGUI, サーバ機能付き実装
## Our previous works
+ [adc2018-system](https://www.togawa.cs.waseda.ac.jp/gitlab/adc2018/adc2018-system)
* [pynq-router](https://github.com/kotarot/pynq-router)
* [nl-solver](https://github.com/kotarot/nl-solver)
+ [pynq-router](https://github.com/kotarot/pynq-router)
+ [nl-solver](https://github.com/kotarot/nl-solver)
## License
This software is released under GPL v3 License, see [LICENSE](LICENSE).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment