Tag: nms

  • First Look at RoseNMS screens

    More work has gone into the various GUI screens for RoseNMS. While still early days, these screenshots give an idea of the final program. The maps have been updated and now just use CSS for layout, rather than hard calculating the coordinates using javascript. This gives a cleaner and more fluid look to the maps.…

  • JFFNMS 0.9.2 Released

    JFFNMS version 0.9.2 was released today both as an upstream tar.gz file and a new Debian package.  This version fixes some bugs including making sure it works with PHP5.4. The biggest change in PHP 5.4 is that you can no longer call by reference.  Previously you could call a function like myfunc(&blah); which would send…