# Pilot Config Tool
Configuration tool for the Pilot Automation Platform
This tool configures the firmware for your Pilot Mainboard and attached modules. You need at least a supported single board computer (SBC, currently Raspberry Pi and Google Coral are supported) and a Pilot Mainboard attached to it.
There are two options:
- Install pilot-config locally on the SBC
- Install pilot-config on a PC that can access the SBC via SSH
## Installation
`sudo pip3 install pilot-config`
## Upgrade
`sudo pip3 install --upgrade pilot-config`
## Run locally (on the single board computer)
`sudo pilot setup`
## Run remotely
`pilot setup --node [IP] --user [user] --password [password]`
[IP] = hostname or IP address of your SBC
[user] = SSH username
[password] = SSH password
## Infos when regerating Protos
If `generate_protobuf.sh` is run, the import in `grpc_gen/pilotbuild_pb2_grpc.py` is not generated correctly.
You need to change the import in line 5 to:
``` python
from . import pilotbuild_pb2 as pilotbuild__pb2
```
Raw data
{
"_id": null,
"home_page": "https://www.amescon.com",
"name": "pilot-config",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3",
"maintainer_email": "",
"keywords": "pilot development automation plc",
"author": "Daniel Amesberger",
"author_email": "daniel.amesberger@amescon.com",
"download_url": "https://files.pythonhosted.org/packages/e6/49/630b00d42a08e44e69b4e9dafed30f3cd02aebdf6104eaed62635168c223/pilot-config-2.5.3.tar.gz",
"platform": null,
"description": "# Pilot Config Tool\n\nConfiguration tool for the Pilot Automation Platform\n\nThis tool configures the firmware for your Pilot Mainboard and attached modules. You need at least a supported single board computer (SBC, currently Raspberry Pi and Google Coral are supported) and a Pilot Mainboard attached to it.\n\nThere are two options:\n- Install pilot-config locally on the SBC\n- Install pilot-config on a PC that can access the SBC via SSH\n\n## Installation\n`sudo pip3 install pilot-config`\n\n## Upgrade\n`sudo pip3 install --upgrade pilot-config`\n\n## Run locally (on the single board computer)\n`sudo pilot setup`\n\n## Run remotely\n`pilot setup --node [IP] --user [user] --password [password]`\n\n[IP] = hostname or IP address of your SBC\n[user] = SSH username\n[password] = SSH password \n\n\n## Infos when regerating Protos\n\nIf `generate_protobuf.sh` is run, the import in `grpc_gen/pilotbuild_pb2_grpc.py` is not generated correctly.\nYou need to change the import in line 5 to:\n``` python\nfrom . import pilotbuild_pb2 as pilotbuild__pb2\n```\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Pilot Automation Command Line Utility",
"version": "2.5.3",
"split_keywords": [
"pilot",
"development",
"automation",
"plc"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "bdbbab6bc56889495755a08cbf962c22",
"sha256": "2929dbddaf185faf09eef14b651be851d65368e5fc84808fb36a74e9a6829ddf"
},
"downloads": -1,
"filename": "pilot_config-2.5.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bdbbab6bc56889495755a08cbf962c22",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3",
"size": 2333360,
"upload_time": "2022-06-23T20:58:30",
"upload_time_iso_8601": "2022-06-23T20:58:30.698796Z",
"url": "https://files.pythonhosted.org/packages/1c/0d/dc3cbb2fddccd049032e883f986ec3641851bc6af7e2473d35f61a49721f/pilot_config-2.5.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "68733dbcec54ff8fe53171ab4b34dfa3",
"sha256": "5230c1ea8b1b6cb1bc8caa1eff338d033a1456c2a7a75b839bd039914faaebb5"
},
"downloads": -1,
"filename": "pilot-config-2.5.3.tar.gz",
"has_sig": false,
"md5_digest": "68733dbcec54ff8fe53171ab4b34dfa3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 2320669,
"upload_time": "2022-06-23T20:58:34",
"upload_time_iso_8601": "2022-06-23T20:58:34.553482Z",
"url": "https://files.pythonhosted.org/packages/e6/49/630b00d42a08e44e69b4e9dafed30f3cd02aebdf6104eaed62635168c223/pilot-config-2.5.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-06-23 20:58:34",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "pilot-config"
}