Skip to main content

Serial manager for Mirto robot services

Project description

Asip serial manager for python

A Python client for the ASIP protocol. Client should support both Python 2.7 and 3. Anyway, compatibility issues may still exist. Package allows to communicate with MirtoRobot via serial port as well as TCP connection, using a bridge on a robot, and source files on remote host. This package can be installed directly on Raspberry Pi or other computer.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

1) python3
2) pip3
3) serial

Installing

1) apt-get install python3
2) apt-get install pip3
3) sudo install pip3 pyserial
4) pip3 install --user python-asip-client --upgrade
4.1) pip3 install --user . --no-cache-dir (When installing local files, development mode)

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

This package is deployed on pip global server. In order to make new release, please follow below:

In case of there is an existing buid it can be removed by follwoing command:
1) rm -r build/ dist/ python_asip_client.egg-info
2) python setup.py sdist bdist_wheel
3) twine upload --repository pypi dist/*     Note using this command make sure you have installed twine and config file.

Built With

?

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use PEP 440 for versioning. PEP 440 Version Identification and Dependency Specification

Authors

  • Gianluca Barbon - Computer Scientists - Github
  • Adam Jarzebak - Computer Scientists - Github
  • Franco Raimondi - Professor of Computer Science - Github

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_asip_client-1.0.8.tar.gz (34.7 kB view hashes)

Uploaded Source

Built Distribution

python_asip_client-1.0.8-py3-none-any.whl (70.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page