Skip to content

DexrnZacAttack/UnidenTypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uniden-types (unofficial)

TypeScript types for various Uniden scanner protocols

Important

All types found in this project have been reverse engineered based on what response any given scanner has returned to my command requests, with info obtained from the documentation referenced in the Credits section.

These types have been modified to mostly match what it ideally should look like if the objects were in JSON form, instead of XML/Text
To get much use out of them, you'll need to parse the responses into these types.

Aside from that, most names and types have largely been left untouched, so you may see inconsistent field namings and improper types: e.g. VOL: string; // scanner volume (should be number)

I do not guarantee the types nor the documentation (code comments, markdown files, etc.) will be 100% accurate. I also do not guarantee that the types contained within will be complete.

Credits

SDS Series Remote Command Specification v2.00 (Uniden.com)
BCD996P2 Remote Protocol Specification v1.03 (Uniden.com)

Disclaimer

This project is not in any way associated with Uniden, and information collected for this project was obtained from both reverse engineered types & publicly accessible pages. (pages cited in the Credits section)

If anyone from Uniden requires this project be taken down, please contact me.

About

Unofficial TypeScript types for various Uniden scanner protocols

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published