Metalog is a modern replacement for syslogd and klogd. The logged messages
can be dispatched according to their facility, urgency, program name and/or
Perl-compatible regular expressions. Log files can be automatically rotated
when they exceed a certain size or age. External shell scripts (e.g., mail)
can be launched when specific patterns are found.
Metalog is easier to configure than syslogd and syslog-ng, accepts unlimited
number of rules and has (switchable) Memory bufferization for maximal
performance.
C-Talk is interpreted scripting language with C-like syntax and dynamic type checking. Variables in C-Talk have no type. So there is no compile time type checking in C-Talk, all checking is performed at runtime. To preserve reference integrity, explicit Memory deallocation is prohibited in C-Talk, unused objects are automatically deallocated by garbage collector.
This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser Memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which several features of existing databases like concurrency control, transaction management, security features are not enabled. B+Trees can be used as an index for factor access to the data. Help facility is provided to know the syntax of SQL Statements.
RTL-lwIP is the porting of the lwIP TCP/IP stack to
RTLinux-GPL.The focus of the RTL-lwIP stack is to reduce Memory usage and code
size, making RTL-lwIP suitable for use in small clients with very
limited resources such as embedded systems.