File | Date | Author | Commit |
---|---|---|---|
fk | 2016-11-22 |
![]() |
[d292a9] V2.52 |
sk | 2016-11-13 |
![]() |
[39cd00] V2.50 |
www-pages | 2016-11-10 |
![]() |
[453bd3] V2.46 |
.gitignore | 2016-08-18 |
![]() |
[76e792] V2.42 |
Imakefile | 2016-11-22 |
![]() |
[d292a9] V2.52 |
InfoVars.txt | 2015-03-04 |
![]() |
[085045] initial commit |
NetDrv.h | 2016-11-22 |
![]() |
[d292a9] V2.52 |
README | 2015-04-29 |
![]() |
[d21a70] instructions for installing shared libs |
base64.c | 2016-11-10 |
![]() |
[453bd3] V2.46 |
http.c | 2016-11-22 |
![]() |
[d292a9] V2.52 |
json.c | 2016-11-13 |
![]() |
[39cd00] V2.50 |
json.text | 2015-03-04 |
![]() |
[085045] initial commit |
listen.c | 2016-11-13 |
![]() |
[39cd00] V2.50 |
mail.c | 2016-11-22 |
![]() |
[d292a9] V2.52 |
param.c | 2016-11-22 |
![]() |
[d292a9] V2.52 |
proc.c | 2015-04-16 |
![]() |
[0dd98e] V2.22 |
rd2.c | 2016-11-10 |
![]() |
[453bd3] V2.46 |
timer.c | 2016-11-10 |
![]() |
[453bd3] V2.46 |
u.c | 2016-11-22 |
![]() |
[d292a9] V2.52 |
vinter.c | 2016-11-10 |
![]() |
[453bd3] V2.46 |
write.c | 2016-11-10 |
![]() |
[453bd3] V2.46 |
www.c | 2016-11-10 |
![]() |
[453bd3] V2.46 |
run on i386 (32bit) linux systems (so you do not need a real bot) 1. checkout with git 2. enable lines in Imakefile: CC=gcc STRIP=strip DEFINES += -DJSON_SIMUL 3. use 'xmkmf' to create Makefile start the program with Option '-fg' $ ./lg.srv -fg now connect to port 6260 with your webbrowser ------------------ creating www.c from www-pages * download tool mltar from 'Files' section of this project * now you can run $ mltar -z -o www.c www-pages ------------------ cross compile for bot * you need some shared libs and headers (ssl, zlib) * you can download from files section * extract at top of source