aboutsummaryrefslogtreecommitdiffstats
path: root/src/jolly
AgeCommit message (Collapse)AuthorFilesLines
2020-10-29Add tx-gain optionAndreas Eversberg3-4/+4
2020-01-12Add clock function to call interfaceAndreas Eversberg1-0/+2
Implementations will have a clock to play tones, if no clock is available from a transceiver.
2019-12-08Add support for AM to libmobile and libsdrAndreas Eversberg1-0/+1
2019-12-08Rename dbm0 (level) to speech (level)Andreas Eversberg1-11/+11
In mobile communications we use speech level instead of milliwatts. The deviation (FM) is always based on speech level, not on 1 milliwatt.
2019-11-29Bugfix: Correct handling of n in strncat()Andreas Eversberg1-1/+1
2019-08-26Remove useless debug linesAndreas Eversberg1-3/+0
2019-08-26Allow giving alphanumeric channels (Prepare for IMTS)Andreas Eversberg3-10/+10
2019-07-15Fixed many typos in output and source code commentsMartin Hauke4-9/+9
2019-06-30Output ASCII art image after all init functions (inside main_mobile.c)Andreas Eversberg1-0/+2
2018-11-10Make run faster on ARM CPUs using fast math approximationAndreas Eversberg1-0/+5
Use --fast-math to use sine/cosine tables and approximate atan2.
2018-05-21Refactoring command line option handlingAndreas Eversberg2-67/+56
* Use own function to define and parse command line options * Command line options can be defined by config file also * --limesdr allows to auto-set required SDR option for LimeSDR
2018-02-15Fix compiler warningsAndreas Eversberg1-1/+2
2018-02-15Make sound card support (Alsa) optionalAndreas Eversberg1-2/+6
2018-02-15libdisplay: Removing dependency from libmobileAndreas Eversberg1-2/+2
2018-01-21Add JollyCom, a simple and experimantal mobile networkAndreas Eversberg8-0/+12498
This network that can be used with any radio and a DTMF transmitter.