https://github.com/drolx/frequency
A multi device compatible free dotnet based program for UHF RFID devices
https://github.com/drolx/frequency
csharp dotnet hacktoberfest hacktoberfest-accepted hacktoberfest2021 rfid-reader uhf-rfid uhf-scanner uhf-transceiver
Last synced: 6 months ago
JSON representation
A multi device compatible free dotnet based program for UHF RFID devices
- Host: GitHub
- URL: https://github.com/drolx/frequency
- Owner: drolx
- License: mit
- Created: 2019-12-31T08:37:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T10:35:42.000Z (over 1 year ago)
- Last Synced: 2025-01-01T11:52:14.021Z (6 months ago)
- Topics: csharp, dotnet, hacktoberfest, hacktoberfest-accepted, hacktoberfest2021, rfid-reader, uhf-rfid, uhf-scanner, uhf-transceiver
- Language: HTML
- Homepage:
- Size: 3.32 MB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Proton Frequency
Proton Frequency is RFID Reader daemon intended for IOT devices. It is able to identify commercial 125KHZ, 13.56MHZ, EPC Gen2 and ISO RFID Tags, reading, storing or forwarding details to API, MQTT or database.

## Devices models and protocols supported
Support status, company and resources for the devices are listed below.
NOTE: See product link or store url in docs folder.| Name | Model | Channels | Port | Status | Manufacturer | Docs |
| ------------------- | --------- | ----------- | ---- | ------- | -------------------- | ------ |
| Chafon | CF-RU5102 | Serial | 1731 | Pending | Shenzhen Chafon Tech | Folder |
| Chinese (kjoin) | None | Serial, TCP | 1732 | Pending | Shenzhen KingJoin | Folder |## Type support
More standard will be added later
- [ ] 125KHZ
- [ ] 13.56MHZ
- [ ] EPC Gen2
- [ ] ISO (Europe standard)## Roadmap for Proton Frequqncy
- [ ] Management UI initial version.
- [ ] V1 of API endpoints.
- [ ] Basic protocols implementation.
- [ ] MQTT state synchronization.
- [ ] Documentation setup and usage.
- [ ] Raspberry Pi and Orange Pi.
- [ ] PI endpoints.
- [ ] Documentation serial channel.
- [ ] Network channel implementation.## License
Copyright (c) 2023 [Godwin peter .O](mailto:[email protected])
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so
subject to the following conditions:The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.