Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 435 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 435 Bytes

android-fskmodem

Android/Java library for encoding and decoding FSK audio signals.

The FSKModem library is developed by Cytec BG Ltd. as a free software available under the GNU GPLv3 license.

The FSKModem library consists of two major components:

  • FSKEncoder
  • FSKDecoder

It is designed to work with the existing implementation of SoftModem library for arduino.

For usage guidelines take a look at the examples.