{ "info": { "author": "zencore", "author_email": "dobetter@zencore.cn", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "udp-test\n========\n\nA simple udp server and client for network testing.\n\n\nInstall\n-------\n\n::\n\n pip install udp-test\n\n\nUsage\n-----\n\n::\n\n E:\\code\\udp-test>udp-test --help\n Usage: udp-test [OPTIONS] COMMAND [ARGS]...\n\n Options:\n --help Show this message and exit.\n\n Commands:\n client\n server\n\n E:\\code\\udp-test>udp-test server --help\n Usage: udp-test server [OPTIONS]\n\n Options:\n -p, --port INTEGER\n --help Show this message and exit.\n\n E:\\code\\udp-test>udp-test client --help\n Usage: udp-test client [OPTIONS]\n\n Options:\n -h, --host TEXT\n -p, --port INTEGER\n -l, --local-port INTEGER\n --help Show this message and exit.\n\n\nExample\n-------\n\n::\n\n E:\\code\\udp-test>udp-test server\n Get a message from 127.0.0.1 : 55032 ==> hello\n\nSimple command 'udp-test server' will start a udp server which listening port 5005 on all interfaces. The simple udp server will print the received message and send it back to the sender.\n\n::\n\n E:\\code\\udp-test>udp-test client\n\nSimple command 'udp-test client' will start a udp client that connect to the default server 127.0.0.1:5005. It will send every line message to the server and print the received message.\n\n::\n\n E:\\code\\udp-test>udp-test server -p 1234\n\nThis command wills start a server listen port 1234 on all interfaces.\n\n::\n\n E:\\code\\udp-test>udp-test client -h 123.123.123.123 -p 1234\n\nThis command will start a client that will send message to server 123.123.123.123:1234 via a random local port.\n\n::\n\n E:\\code\\udp-test>udp-test client -h 123.123.123.123 -p 1234 -l 5678\n\nThis command will start a client that will send message to server 123.123.123.123:1234 via the given local port 5678.\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/appstore-zencore/udp-test", "keywords": "udp-test", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "udp-test", "package_url": "https://pypi.org/project/udp-test/", "platform": "", "project_url": "https://pypi.org/project/udp-test/", "project_urls": { "Homepage": "https://github.com/appstore-zencore/udp-test" }, "release_url": "https://pypi.org/project/udp-test/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "A simple udp server and client for network testing.", "version": "0.1.1" }, "last_serial": 5238269, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d05c69c217898ad0a25698ad88a62761", "sha256": "19c9335df0e534c38574bccaedc3b1b1fe375015201ac5f129f0ce9e1fb72721" }, "downloads": -1, "filename": "udp-test-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d05c69c217898ad0a25698ad88a62761", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2712, "upload_time": "2018-04-24T03:05:11", "url": "https://files.pythonhosted.org/packages/42/03/8dcfda395a28009346fbecf3ce245402d1408cf73de1d8247b9999d619eb/udp-test-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5b102deee89dc7634a783f10615cc99f", "sha256": "9fc46f2cad071a35e52f653673d256f858373d22519ac88f1e4c9d9378aa89e3" }, "downloads": -1, "filename": "udp-test-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5b102deee89dc7634a783f10615cc99f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2724, "upload_time": "2019-05-07T13:40:51", "url": "https://files.pythonhosted.org/packages/94/b7/f66cc070c68268264787d58e99f215b757474152f4ea03935e7c2f727bf6/udp-test-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5b102deee89dc7634a783f10615cc99f", "sha256": "9fc46f2cad071a35e52f653673d256f858373d22519ac88f1e4c9d9378aa89e3" }, "downloads": -1, "filename": "udp-test-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5b102deee89dc7634a783f10615cc99f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2724, "upload_time": "2019-05-07T13:40:51", "url": "https://files.pythonhosted.org/packages/94/b7/f66cc070c68268264787d58e99f215b757474152f4ea03935e7c2f727bf6/udp-test-0.1.1.tar.gz" } ] }