An open API service indexing awesome lists of open source software.

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

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.

![Managment UI View](./docs/images/rfid-defualt-page.png)

## 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.