FreeCalypso > hg > osmo-playpen
annotate 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 |
rev | line source |
---|---|
0
d87e6dbd32c2
osmo-euse-demo compiles and links
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 This Hg code repository is Mother Mychaela's little playground for experimenting |
16
33129d7df7e4
README: update for current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
4
diff
changeset
|
2 with Osmocom libraries. Most code in FreeCalypso and Themyscira queendom is |
33129d7df7e4
README: update for current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
4
diff
changeset
|
3 written in Ancient UNIX coding style, K&R C with zero dependencies, thus the |
33129d7df7e4
README: update for current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
4
diff
changeset
|
4 coding universe of Osmocom is very different - but there are certain tasks like |
33129d7df7e4
README: update for current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
4
diff
changeset
|
5 implementing a GSUP-interfaced SMSC where the need to use Osmocom libraries |
33129d7df7e4
README: update for current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
4
diff
changeset
|
6 becomes much stronger. This code repository is a playpen or playground for |
33129d7df7e4
README: update for current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
4
diff
changeset
|
7 implementing small custom programs that aren't Osmocom-traditional, but do need |
33129d7df7e4
README: update for current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
4
diff
changeset
|
8 to link with Osmocom libraries. |
4
02112c3a04ae
README: add explanation about proto-SMSC for OS#6135
Mychaela Falconia <falcon@freecalypso.org>
parents:
0
diff
changeset
|
9 |
16
33129d7df7e4
README: update for current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
4
diff
changeset
|
10 The main item of interest in this repository is a prototype SMSC implementation |
33129d7df7e4
README: update for current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
4
diff
changeset
|
11 for the SMS-over-GSUP feature of Osmocom which the Mother is currently working |
33129d7df7e4
README: update for current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
4
diff
changeset
|
12 on in OS#6135 - see doc/Proto-SMSC-testing article. |