{"id":16243568,"url":"https://github.com/flyte/python-xbee","last_synced_at":"2026-02-05T10:32:14.477Z","repository":{"id":149757477,"uuid":"48262861","full_name":"flyte/python-xbee","owner":"flyte","description":"Automatically exported from code.google.com/p/python-xbee","archived":false,"fork":false,"pushed_at":"2015-12-19T00:55:35.000Z","size":139,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-07T15:54:10.239Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flyte.png","metadata":{"files":{"readme":"README.txt","changelog":"CHANGES.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-19T00:39:08.000Z","updated_at":"2015-12-19T23:43:22.000Z","dependencies_parsed_at":"2023-04-16T08:38:39.675Z","dependency_job_id":null,"html_url":"https://github.com/flyte/python-xbee","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/flyte/python-xbee","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyte%2Fpython-xbee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyte%2Fpython-xbee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyte%2Fpython-xbee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyte%2Fpython-xbee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flyte","download_url":"https://codeload.github.com/flyte/python-xbee/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyte%2Fpython-xbee/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29119232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T09:40:36.738Z","status":"ssl_error","status_checked_at":"2026-02-05T09:36:49.977Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T14:15:25.909Z","updated_at":"2026-02-05T10:32:14.455Z","avatar_url":"https://github.com/flyte.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=========\nXBee\n=========\n\nXBee provides an implementation of the XBee serial communication API. It\nallows one to easily access advanced features of one or more XBee\ndevices from an application written in Python. An example use case might\nlook like this::\n\n    #! /usr/bin/python\n    \n    # Import and init an XBee device\n    from xbee import XBee,ZigBee\n    import serial\n\n    ser = serial.Serial('/dev/ttyUSB0', 9600)\n\n    # Use an XBee 802.15.4 device\n    # To use with an XBee ZigBee device, replace with:\n    #xbee = ZigBee(ser)\n    xbee = XBee(ser)\n    \n    # Set remote DIO pin 2 to low (mode 4)\n    xbee.remote_at(\n      dest_addr='\\x56\\x78',\n      command='D2',\n      parameter='\\x04')\n      \n    xbee.remote_at(\n      dest_addr='\\x56\\x78',\n      command='WR')\n      \n      \nInstallation\n============\n\nExtract the source code to your computer, then run the following command\nin the root of the source tree::\n\n    python setup.py install\n    \nThis will automatically test and install the package for you. \n\nAdditionally, one may run this package's automated tests at any time\nby executing::\n\n    python setup.py test\n\nIf a Test Fails\n---------------\n\nIf an automated test fails, the installation will be halted to prevent \none from using a potentially broken build. \n\nIn this event, one may comment out the 'strict' flag in setup.cfg in \norder to force the installation to proceed. Do so at your own risk.\n\nDocumentation\n=============\n\nSee the python-xbee project on Google Code (https://code.google.com/p/python-xbee/downloads/list)\nfor the latest documentation. \n    \nTo build the documentation yourself, ensure that Sphynx (http://sphinx.pocoo.org/)\nis installed. Then cd into the docs folder, and run 'make html'. The documentation can then be opened in\nany modern web browser at docs/build/html/index.html.\n\nFor more information about building or modifying this project's documentation, see\nthe documentation for the Sphinx project.\n\nDependencies\n============\n\nPySerial\n\nAdditional Dependencies\n--------------------------------------------\n\nTo run automated tests: Nose (https://code.google.com/p/python-nose/)\nTo build the documentation: Sphinx (http://sphinx.pocoo.org/)\n\nXBee Firmware\n-------------\n\nPlease ensure that your XBee device is programmed with the latest firmware\nprovided by Digi. Using an old firmware revision is not supported and\nmay result in unspecified behavior.\n\nContributors\n==================\n\nPaul Malmsten \u003cpmalmsten@gmail.com\u003e\nGreg Rapp \u003cgdrapp@gmail.com\u003e\nBrian \u003cblalor@bravo5.org\u003e\n\nSpecial Thanks\n==================\n\nAmit Synderman,\nMarco Sangalli\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflyte%2Fpython-xbee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflyte%2Fpython-xbee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflyte%2Fpython-xbee/lists"}