the source of the STinG 1.20 release has been available already for a long time, but my research for updates done later hasn't found anything. This has now been fixed: the complete source code of the STinG 1.26 release (and some updates done later) is now available at https://github.com/th-otto/STinG
There are basicically two branches: the master branch contains a cleaned up version (sources reformatted, reorganized etc, for better readability, but otherwise mostly untested). The "orig" branch contains source that should compile to binary identical versions of the last programs available.
These include
- StinG kernel 1.26
- tcp.stx 1.40
- udp.stx 1.46
- serial.stx 1.21
- resolve.stx 1.08
- masque.stx 1.16
- all the hardware drivers
- the CPX configuration modules
- dialer.app 1.16
- tools & examples
Only thing that is missing is source of two small tools, m_master.app and masqlook.app.
The sources are provides "as is", i don't plan to do any major development there. I would still be interested to know whether the cleaned up version works as expected (i only have limited possibilities to test them).
Have Fun