From 2e5a0b5ce0a34edde77138eefbfc979931db5736 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Thu, 24 Jul 2014 09:53:25 -0400 Subject: [PATCH] Added networking category --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6c8faeb3..eb249b29 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Machine Learning](#machine-learning) - [Messaging](#messaging) - [Natural Language Processing](#natural-language-processing) + - [Networking](#networking) - [OpenGL](#opengl) - [ORM](#orm) - [Package Management](#package-management) @@ -273,6 +274,14 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [stemmer](https://github.com/dchest/stemmer) - Stemmer packages for Go programming language. Includes English and German stemmers. * [textcat](https://github.com/pebbe/textcat) - A Go package for n-gram based text categorization, with support for utf-8 and raw text +## Networking + +*Libraries for working with various layers of the network* + +* [dns](https://github.com/miekg/dns) - Go library for working with DNS +* [gopacket](https://code.google.com/p/gopacket) - A Go library for packet processing with libpacp bindings +* [gopcap](https://github.com/akrennmair/gopcap) - A Go wrapper for libpcap +* [gosnmp](https://github.com/soniah/gosnmp) - Native Go library for performing SNMP actions ## OpenGL