{"id":21853573,"url":"https://github.com/lupin3000/rfcat-training","last_synced_at":"2025-06-22T00:33:09.986Z","repository":{"id":209131149,"uuid":"336759183","full_name":"Lupin3000/rfcat-training","owner":"Lupin3000","description":"RfCat classes for training","archived":false,"fork":false,"pushed_at":"2021-02-28T10:20:26.000Z","size":195,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T18:52:04.608Z","etag":null,"topics":["python","rfcat","yardstick"],"latest_commit_sha":null,"homepage":"https://softwaretester.info","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lupin3000.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-02-07T10:29:32.000Z","updated_at":"2022-07-24T22:58:25.000Z","dependencies_parsed_at":"2023-11-25T10:20:46.450Z","dependency_job_id":"5fc782ae-a0f9-454b-bf56-8f61ed27b3da","html_url":"https://github.com/Lupin3000/rfcat-training","commit_stats":null,"previous_names":["lupin3000/rfcat-training"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Lupin3000/rfcat-training","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lupin3000%2Frfcat-training","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lupin3000%2Frfcat-training/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lupin3000%2Frfcat-training/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lupin3000%2Frfcat-training/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lupin3000","download_url":"https://codeload.github.com/Lupin3000/rfcat-training/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lupin3000%2Frfcat-training/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261217257,"owners_count":23126245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["python","rfcat","yardstick"],"created_at":"2024-11-28T01:25:45.553Z","updated_at":"2025-06-22T00:33:04.975Z","avatar_url":"https://github.com/Lupin3000.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"srfcat\n======\n\nInstall\n_______\n\nTo install simply do following::\n\n   # clone repository\n   $ git clone https://github.com/Lupin3000/rfcat-training.git\n\n   # run installer\n   $ python rfcat-training/setup.py install\n\nUsage\n_____\n\nTo send a signal (with caution), simply do::\n\n    # import\n    \u003e\u003e\u003e from srfcat import SendSignal\n\n    # create object\n    \u003e\u003e\u003e send_rf = SendSignal()\n\n    # set values\n    \u003e\u003e\u003e send_rf.set_frequency(434000000)\n    \u003e\u003e\u003e send_rf.set_baud_rate(4800)\n    \u003e\u003e\u003e send_rf.set_message('Hello World from RfCat...')\n    \u003e\u003e\u003e send_rf.set_repeats(10)\n\n    # show send signal configuration\n    \u003e\u003e\u003e send_rf.get_signal_dump()\n\n    # start send signal\n    \u003e\u003e\u003e send_rf.send_signal()\n\nTo receive a signal, simply do::\n\n   # import\n   \u003e\u003e\u003e from srfcat import ReceiveSignal\n\n   # create object\n   \u003e\u003e\u003e receive_rf = ReceiveSignal()\n\n   # set values\n   \u003e\u003e\u003e receive_rf.set_frequency(868000000)\n   \u003e\u003e\u003e receive_rf.set_baud_rate(4800)\n   \u003e\u003e\u003e receive_rf.set_lowball(True)\n   \u003e\u003e\u003e receive_rf.set_max_power(True)\n\n   # show receive signal configuration\n   \u003e\u003e\u003e receive_rf.get_signal_dump()\n\n   # start receive signal\n   \u003e\u003e\u003e receive_rf.get_signal()\n\nTo uninstall::\n\n   # uninstall\n   $ pip uninstall srfc","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flupin3000%2Frfcat-training","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flupin3000%2Frfcat-training","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flupin3000%2Frfcat-training/lists"}