FreeCalypso > hg > osmo-playpen
annotate README @ 10:f9a83463ab52
smsc-daemon: receiving MO SMS actually works
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 25 Aug 2023 15:56:47 -0800 |
parents | 02112c3a04ae |
children | 33129d7df7e4 |
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 |
d87e6dbd32c2
osmo-euse-demo compiles and links
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 with Osmocom libraries. The objective is to find out: is it possible to link |
d87e6dbd32c2
osmo-euse-demo compiles and links
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 with Osmocom libraries, and thus avail ourselves of their awesome power, |
d87e6dbd32c2
osmo-euse-demo compiles and links
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 *without* immersing ourselves in the cesspool of autotools? I (Mother Mychaela) |
d87e6dbd32c2
osmo-euse-demo compiles and links
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 and autotools do not mix! |
4
02112c3a04ae
README: add explanation about proto-SMSC for OS#6135
Mychaela Falconia <falcon@freecalypso.org>
parents:
0
diff
changeset
|
6 |
02112c3a04ae
README: add explanation about proto-SMSC for OS#6135
Mychaela Falconia <falcon@freecalypso.org>
parents:
0
diff
changeset
|
7 Addendum: the linking hurdle has been successfully cleared (see the hand-coded |
02112c3a04ae
README: add explanation about proto-SMSC for OS#6135
Mychaela Falconia <falcon@freecalypso.org>
parents:
0
diff
changeset
|
8 static Makefiles in subdirectories of this tree), and the new work being done |
02112c3a04ae
README: add explanation about proto-SMSC for OS#6135
Mychaela Falconia <falcon@freecalypso.org>
parents:
0
diff
changeset
|
9 in this tree is a prototype SMSC for testing the functionality of OS#6135. |