# 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 --host [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/86/b9/457c6116588b57f7a27a671484f2c6854ad1d72733827ae45d304bc70fbf/pilot-config-2.5.13.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 --host [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",
"bugtrack_url": null,
"license": "",
"summary": "Pilot Automation Command Line Utility",
"version": "2.5.13",
"project_urls": {
"Bug Reports": "https://github.com/pypa/sampleproject/issues",
"Funding": "https://donate.pypi.org",
"Homepage": "https://www.amescon.com",
"Say Thanks!": "http://saythanks.io/to/example",
"Source": "https://github.com/pypa/sampleproject/"
},
"split_keywords": [
"pilot",
"development",
"automation",
"plc"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b02f44a61d26f979246450cb0d4d2ac2f7283702b3659f890b2a80ca673a2870",
"md5": "6f314164a214e0e9f3ce3f4090abf656",
"sha256": "725d69e4905ff778bfb6a43c02714bb02ed58260eee400433ef6446d217d48e1"
},
"downloads": -1,
"filename": "pilot_config-2.5.13-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6f314164a214e0e9f3ce3f4090abf656",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3",
"size": 2708811,
"upload_time": "2023-10-20T17:40:20",
"upload_time_iso_8601": "2023-10-20T17:40:20.626450Z",
"url": "https://files.pythonhosted.org/packages/b0/2f/44a61d26f979246450cb0d4d2ac2f7283702b3659f890b2a80ca673a2870/pilot_config-2.5.13-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "86b9457c6116588b57f7a27a671484f2c6854ad1d72733827ae45d304bc70fbf",
"md5": "9f6afdbdda41e42c483db7c102743e17",
"sha256": "4bb984cb83e3033879a850d6077cd37e7ddc5b8eaac68198b407927b04ee3395"
},
"downloads": -1,
"filename": "pilot-config-2.5.13.tar.gz",
"has_sig": false,
"md5_digest": "9f6afdbdda41e42c483db7c102743e17",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 2354465,
"upload_time": "2023-10-20T17:40:25",
"upload_time_iso_8601": "2023-10-20T17:40:25.358626Z",
"url": "https://files.pythonhosted.org/packages/86/b9/457c6116588b57f7a27a671484f2c6854ad1d72733827ae45d304bc70fbf/pilot-config-2.5.13.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-20 17:40:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pypa",
"github_project": "sampleproject",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "pilot-config"
}