Hello,
I've finally decided to release the project I am currently working on, Light Soldat Admin.
[Description]
Light Soldat Admin is another soldat server remote management application for Linux. It's written in C++ and FLTK (fast light toolkit, that's why I called this application like that). Binary, source code and screenshots attached. Any feedback is welcome, so if you have any suggestions or found bugs, please post them here.
[How to use]
The application comes together with a configuration file, which is loaded every time you open LSA. In the configuration file you can set your nickname, the default command, information about your server (ip, port and password) etc... You can also change the settings at run-time, but the changes won't be permanent.
[Features]
- Uses the REFRESH packet
- Open source
- Coloured messages
- Easily customizable default command
[Source]
The source code is attached. Feel free to use it for whatever you want. If you want to compile it yourself, you will need FLTK-1.3.2.
To compile:
g++ main.cpp variables.cpp functions.cpp net.cpp refresh.cpp `fltk-config --cxxflags --ldflags` -pthread -o lsa