Posts mit dem Label ScopePort werden angezeigt. Alle Posts anzeigen
Posts mit dem Label ScopePort werden angezeigt. Alle Posts anzeigen

Montag, 3. März 2008

Found the mysterious memory leak in the ScopePort server

Never forget to use mysql_free_result(MYSQL_RES*)!

I found the leak with the help of the wonderful Valgrind. ( valgrind --tool=memcheck --leak-check=full ./scopeport-server)



Freitag, 22. Februar 2008

ScopePort development debug data

Currently hacking the "Warnings" module...

Sonntag, 10. Februar 2008

The first ScopePort console is ready!

I am currently finishing hacking the first ScopePort console! It's a ncurses-based C++ console that uses the ScopePort remote.php:


Useful ncurses tutorials/examples:
  • http://web.cs.mun.ca/~rod/ncurses/ncurses.html
  • http://www.captain.at/howto-curses-example.php
  • http://www.apmaths.uwo.ca/~xli/ncurses.html