312 projects tagged "BSD Original"
SaVi is satellite visualization software that lets you create, run, examine, and modify satellite orbits in two and three dimensions. Simulations of Iridium, Globalstar, Galileo, GPS, and other satellite constellations are included. SaVi requires Tcl and Tk on a system with Unix libraries. SaVi works well with the 3D renderer Geomview. Geomview is optional, though recommended for its 3D rendering capabilities.
Unifdef is useful for removing #ifdef'ed lines from a file while otherwise leaving the file alone. You specify which symbols are defined or undefined with -D and -U flags, and unifdef removes the corresponding ifdefs, and the enclosed code if appropriate. It's especially useful for removing those "#ifdef BROKEN" and "#ifdef PRIVATE" clauses from code before you release it. Unifdef acts on #if, #ifdef, #ifndef, #elif, #else, and #endif lines, and it knows only enough about C and C++ to know when one of these is inactive because it is inside a comment or a single or double quote.
This is a patch for the popular Cistron RADIUS server to put the "users" file, including passwords in an LDAP directory. Integrating the radius server with LDAP has many benefits: all user accounts can be put in a central store, the store is easily replicated, and writing account management scripts also become easier with the multitudes of freely available LDAP browsers and administration tools.
The Linux Driver and API for Datel PC-462 project aims to produce a Linux driver and API for the Datel PC-462 Data Acquisition Card/Power Supply. From correspondence with Datel, there is no other Linux driver/API for this board. This software will allow developers and engineers to write test software that runs on Linux and incorporates the Datel hardware.
rc.firewall is configurable for dialup and static IP addresses. It is based on Linux-kernel 2.4.x, and it generates it's own configuration file. It supports specific port filtering for the internet- , intranet-, and a dmz-zone. For the DMZ-Zone, there is also a machine-specific port filtering, and redirection of specific ports of the internet-interface available. Note: Do not install this in productive environments, until you have checked the rules/tables with your own eyes.
Open Runtime Platform (ORP) is a Java Virtual Machine (JVM) that implements advanced JIT and GC interfaces. These interfaces allow the JIT, GC, and remaining runtime system to be developed in complete isolation and at independent rates. A major benefit is that JIT and GC researchers are relieved of the intractable task of developing a full system before they can innovate in their area of expertise.