Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monhi/fskgen
A program to produce FSK callerID exactly like PSTN lines.
https://github.com/monhi/fskgen
callerid fsk generator
Last synced: 5 days ago
JSON representation
A program to produce FSK callerID exactly like PSTN lines.
- Host: GitHub
- URL: https://github.com/monhi/fskgen
- Owner: monhi
- License: gpl-3.0
- Created: 2021-04-27T13:54:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-27T13:59:40.000Z (over 3 years ago)
- Last Synced: 2024-11-12T14:12:02.875Z (2 months ago)
- Topics: callerid, fsk, generator
- Language: C++
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.txt
- License: LICENSE
Awesome Lists containing this project
README
This is a simple program to show how FSK caller id is generated for PSTN phone lines.
As FSK is widely used to transmit data over communication channels, I just write this sample program to find how it works.
Both MDMF and SDMF protocols are implemented.
This project can be compiled by using visual studio 2013.