{ "info": { "author": "Dmitry Orlov", "author_email": "me@mosquito.su", "bugtrack_url": null, "classifiers": [], "description": "serial2tcp\n==========\n\nInstalation\n-----------\nYou can install from pip:\n\n # pip install serial2tcp\n\nor manual:\n\n # git clone git://github.com/mosquito/serial2tcp.git\n # cd serial2tcp\n # python setup.py install\n\nRedirect USB-Serial\n-------------------\nFor redirect /dev/ttyUSB0 with baudrate 9600 bps and 192.168.2.1 can connect to that:\n\n # serial2tcp -p /dev/ttyUSB0 -b 9600 -l 0.0.0.0 --allow-list='192.168.2.1'\n\nHelp\n----\n Usage: serial2tcp [options]\n\n Simple Serial to Network (TCP/IP) redirector.\n\n WARNING: You have to allow connections only from the addresses in the\n \"--allow-list\" option. e.g. --allow-list='10.0.0.1, 172.16.0.1, 192.168.0.1'\n NOTICE: This service supports only one tcp connection per instance.\n\n Options:\n --version show program's version number and exit\n -h, --help show this help message and exit\n -p SERIAL, --port=SERIAL\n Serial port, a number, defualt = '/dev/tty0'\n -b BAUDRATE, --baud=BAUDRATE\n Baudrate, default 115200\n -r, --rtscts Enable RTS/CTS flow control (default off)\n -x, --xonxoff Enable software flow control (default off)\n -P PORT, --localport=PORT\n TCP/IP port on which to run the server (default 9100)\n -l LISTEN, --listen=LISTEN\n Listen address on which to run the server (default\n '127.0.0.1')\n --access-list=ACL List of IP addresses e.g '127.0.0.1, 192.168.0.2'\n\nThanks to\n---------\nThis is based on http://www.cs.earlham.edu/~charliep/ecoi/serial/pyserial-2.2/examples/tcp_serial_redirect.py", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/mosquito/serialtcp/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.cs.earlham.edu/~charliep/ecoi/serial/pyserial-2.2/examples/tcp_serial_redirect.py", "keywords": null, "license": "GNU GPL v3", "maintainer": null, "maintainer_email": null, "name": "serial2tcp", "package_url": "https://pypi.org/project/serial2tcp/", "platform": "linux,windows,darwin", "project_url": "https://pypi.org/project/serial2tcp/", "project_urls": { "Download": "https://github.com/mosquito/serialtcp/archive/master.zip", "Homepage": "http://www.cs.earlham.edu/~charliep/ecoi/serial/pyserial-2.2/examples/tcp_serial_redirect.py" }, "release_url": "https://pypi.org/project/serial2tcp/0.5.1/", "requires_dist": null, "requires_python": null, "summary": "Convert serial device to tcp socket.", "version": "0.5.1" }, "last_serial": 1046278, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "bafd4bd98faf526b4bc1e27b0739e032", "sha256": "cfc295b855a3a0bea7b089952185bcb6b2c93372d463e26c22b1c73d666a0ff5" }, "downloads": -1, "filename": "serial2tcp-0.5.tar.gz", "has_sig": false, "md5_digest": "bafd4bd98faf526b4bc1e27b0739e032", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3215, "upload_time": "2014-03-28T19:47:45", "url": "https://files.pythonhosted.org/packages/f8/da/be1f8060c70779397f9332ed459c83b88872162727240f4ec4a2cc319e92/serial2tcp-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "7e3154a0364d79c179711749c5692a4c", "sha256": "dc185a692f4e574d77d46fd17b3dfd9bb15387c054216da8870e1d893ff9db96" }, "downloads": -1, "filename": "serial2tcp-0.5.1.tar.gz", "has_sig": false, "md5_digest": "7e3154a0364d79c179711749c5692a4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3271, "upload_time": "2014-03-30T22:02:04", "url": "https://files.pythonhosted.org/packages/e5/80/843a942aee4acf02d506fb495ea83d9aeeeea105af3eef981558761c649b/serial2tcp-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7e3154a0364d79c179711749c5692a4c", "sha256": "dc185a692f4e574d77d46fd17b3dfd9bb15387c054216da8870e1d893ff9db96" }, "downloads": -1, "filename": "serial2tcp-0.5.1.tar.gz", "has_sig": false, "md5_digest": "7e3154a0364d79c179711749c5692a4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3271, "upload_time": "2014-03-30T22:02:04", "url": "https://files.pythonhosted.org/packages/e5/80/843a942aee4acf02d506fb495ea83d9aeeeea105af3eef981558761c649b/serial2tcp-0.5.1.tar.gz" } ] }