aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-09-06README.md: add build instructionsHEADmasterPhilipp Maier1-0/+86
We do not have any build instructions in our README.md file yet. Let's add some information about the basic steps that are needed to build the applets. Related: OS#6069
2023-09-06build-system: import build system from HelloSTK2Harald Welte13-136/+9251
The current build system (Makefile) uses a very old java SDK that is no longer available on modern platforms. There is a community supported project HelloSTK2 (maintained by Merlin Chlosta, see also [1]) that uses not only a comfortable ANT based approach. It also uses more modern Java SDKs which are automatically downloaded using .gitmodules. All this makes it very comfortable to use and also lowers the barrier for beginners. Let's take this approach as an example and use it in our hello-stk.git as well. [1] https://github.com/mrlnc/HelloSTK2.git Related: OS#6069 Change-Id: Ic1828b7ccaf3bf953c0f4889fa1c3f21b80a1b73
2020-02-26imsi-change: import from imsi-pseudonymizationOliver Smith9-0/+838
Patch-by: nhofmeyr, osmith
2020-02-26README.md: new fileOliver Smith1-0/+7
2020-02-26hello-stk: move to subdirOliver Smith3-1/+1
Prepare to add another example to this repository.
2017-03-17add README.mdHarald Welte1-0/+8
2013-06-24Update the Makefile to reflect changes in sim-toolsKarl Koscher1-2/+2
2012-08-09Fix include path in MakefileEric Butler1-1/+1
2012-08-06Initial Commit!Karl Koscher3-0/+83