FreeCalypso > hg > osmo-playpen
comparison README @ 16:33129d7df7e4
README: update for current status
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 27 Aug 2023 22:01:45 -0800 |
parents | 02112c3a04ae |
children |
comparison
equal
deleted
inserted
replaced
15:ce6bcb84ca30 | 16:33129d7df7e4 |
---|---|
1 This Hg code repository is Mother Mychaela's little playground for experimenting | 1 This Hg code repository is Mother Mychaela's little playground for experimenting |
2 with Osmocom libraries. The objective is to find out: is it possible to link | 2 with Osmocom libraries. Most code in FreeCalypso and Themyscira queendom is |
3 with Osmocom libraries, and thus avail ourselves of their awesome power, | 3 written in Ancient UNIX coding style, K&R C with zero dependencies, thus the |
4 *without* immersing ourselves in the cesspool of autotools? I (Mother Mychaela) | 4 coding universe of Osmocom is very different - but there are certain tasks like |
5 and autotools do not mix! | 5 implementing a GSUP-interfaced SMSC where the need to use Osmocom libraries |
6 becomes much stronger. This code repository is a playpen or playground for | |
7 implementing small custom programs that aren't Osmocom-traditional, but do need | |
8 to link with Osmocom libraries. | |
6 | 9 |
7 Addendum: the linking hurdle has been successfully cleared (see the hand-coded | 10 The main item of interest in this repository is a prototype SMSC implementation |
8 static Makefiles in subdirectories of this tree), and the new work being done | 11 for the SMS-over-GSUP feature of Osmocom which the Mother is currently working |
9 in this tree is a prototype SMSC for testing the functionality of OS#6135. | 12 on in OS#6135 - see doc/Proto-SMSC-testing article. |