Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
squeeks committed Mar 9, 2013
1 parent 95edd67 commit faee84c
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions README.md
@@ -1,13 +1,12 @@
glossy
===========

glossy aims to be a very generic yet powerful library for both producing
and also parsing raw syslog messages. The library aims to be capable of
adhearing to both RFC 3164 and RFC 5424 and by itself does no network
interactions, it's up to you to use this library as a syslog producer, a
consumer, relay or something else entirely. In addition, glossy has no
dependencies and can be bootstrapped to operate in browser or other non-node.js
environments.
glossy aims to be a very generic yet powerful library for both producing and
also parsing raw syslog messages. The library aims to be capable of adhearing to
RFC 3164, RFC 5424 and RFC 5848 and by itself does no network interactions, it's
up to you to use this library as a syslog producer, a consumer, relay or
something else entirely. In addition, glossy has no dependencies and can be
bootstrapped to operate in browser or other non-node.js environments.


Parsing
Expand Down Expand Up @@ -121,16 +120,10 @@ Handle incoming syslog messages coming in on UDP port 514:
server.bind(514); // Remember ports < 1024 need suid


TODO
-------
* Better completion of test suite
* Performance analysis and improvements where possible

Author
-------
Squeeks - privacymyass@gmail.com


License
-------
This is free software licensed under the MIT License - see the LICENSE file that
Expand Down

0 comments on commit faee84c

Please sign in to comment.