Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Python backend exposing an API to control, configure and program CoderBot.

License

NotificationsYou must be signed in to change notification settings

CoderBotOrg/backend

Repository files navigation

Build CoderBot backend

CoderBot is a RaspberryPI-based programmable robot for educational purposes. Check theproject website for more information.

For further information about development and technical documentation, see theWiki.

This repository contains the backend, exposing theCoderBot API.

Quickstart

Prerequisites:

sudo apt install python3 python3-venv

Be sure you have Python3.6. You may need to usepython3.6 andpython3.6-venv packages on some repositories with python3 already pointing to3.7 (e.g. debian unstable/sid).

git clone https://github.com/CoderBotOrg/coderbot.gitcd coderbotpython3 -m venv.source bin/activate# Install the basic requirementspip3 install -r requirements_stub.txt# Additional packages if you are running the real thingpip3 install -r requirements.txt# Start the backend in stub modePYTHONPATH=stub:test python3 init.py# or, run the real thing if you're on a physical RPipython3 init.py

Once started, the backend will expose a number of endpoints:


[8]ページ先頭

©2009-2025 Movatter.jp