Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
A
adc2018-system
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Commits
  • adc2018
  • adc2018-system
  • Wiki
  • Home

Home

Last edited by kazushi.kawamura Aug 31, 2018
Page history

ADC2018 ソルバシステム

環境構築

  • Raspberry Pi
  • PYNQ

システム概要

  • 端末とホスト名
ホスト名 IPアドレス 機種 役割 設定完了
ankou 192.168.5.1 Raspberry pi ルータ,システム制御
kame-san 192.168.5.2 PYNQ Solver(2017)
ahiru-san 192.168.5.3 PYNQ Solver(2017)
kaba-san 192.168.5.4 PYNQ Solver(router_05)
usagi-san 192.168.5.5 PYNQ Solver(router_02)
kamo-san 192.168.5.6 PYNQ Solver(router_02)
reopon-san 192.168.5.7 PYNQ Resolver
arikui-san 192.168.5.8 Ultra96 Solver(router_04)
same-san 192.168.5.9 Ultra96 Solver(router_04)

実行コマンド(debug)

  • サーバ

    cd ~/adc2018/adc2018-system/comm/server
    python3 main.py -c clients.txt -a adccli.json -q ../../problems -o ../../answers --force-local-mode --debug
  • クライアント(2017ソルバ)

    cd ~/adc2018/adc2018-system/comm/client
    sudo python3.6 main.py -H 192.168.5.1:5000 --debug
  • クライアント(2018ソルバ)

    cd ~/adc2018/adc2018-system/comm/client
    sudo python3.6 main.py -H 192.168.5.1:5000 --solver 2018 --debug
  • クライアント(2018ソルバ for Ultra96)

    cd ~/adc2018/adc2018-system/comm/client
    sudo python3.6 main.py -H 192.168.5.1:5000 --solver 2018Ultra --debug
  • リゾルバ

    cd ~/adc2018/adc2018-system/comm/resolver
    sudo python3.6 main.py -H 192.168.5.1:5000 --debug
Clone repository
  • PYNQ setup
  • Home
  • raspi setup
  • ultra96 setup
More Pages

New Wiki Page

Tip: You can specify the full path for the new file. We will automatically create any missing directories.