RubyDNS

RubyDNS 1.0.1

RubyDNS can listen to DNS queries, intercept them, perform various operations on the query, forward or respond to it.Along with the core RubyDNS server, a stand-alone asynchronous DNS resolver is also included, which can be forked and embedded in remote...

PcapRub

PcapRub 0.12.1

PcapRub provides raw libpcap bindings for Ruby.What is new in this release:listdatalinks test fix. Requirements:Ruby 1.8.7 or higher Limitations:This does not provide packet processing functionality, it simply provides the interface for capturing packets,...

netaddr

netaddr 0.7.14 updated

It is OS independent and works with a various of protocols.What is new in this release:Various performance improvements all over the place. netaddr is now hosted on PyPI and can be installed via pip. Doing "10.0.0.42" in...

net-ping

net-ping 1.7.6

It works with both TCP and UDP packets.Features:Ping::TCP Ping::UDP Ping::External Ping::HTTP Ping::ICMP Ping::WMI What is new in this release:Changed TCP handling yet again, as it was returning false positives. What is new in version 1.7.4:Remove the...

phpIPAM

phpIPAM 1.2.1 updated

phpIPAM was built to help administrators of large Internet networks manage their IPs and the clients assigned to each of them. It's a visual tool for managing the network via a Web browser, built on PHP, jQuery and Bootstrap. What is new in this...

Apache HttpComponents Client is the successor to the widely used Jakarta Commons HttpClient 3.1 and is tightly integrated with the Apache HttpComponents Core library. The HttpComponents Client library is a tool destined to extend Java's built-in...

SockJS

SockJS 1.0.3 / 0.3.15 updated

The library closely follows the HTML5 Websockets API.What is new in this release:Make `new` optional for SockJS constructor (via substack). It is impossible to cancel JSONP polling request - compensate for that. Refactored EventEmitter prototype (used...

Apache SSHD

Apache SSHD 1.1.0 updated

Apache SSHD spun out of the Apache MINA development process and was created as a Java standalone solution for supporting SSH-like communications between Java applications and services. The library was not created as a replacement for the protocol itself...

ipaddress

ipaddress 1.0.7

ipaddress supports both the IPv4 and IPv6 standards.The library is actually a port of Python 3.3's ipaddress method, to work with Python 2.6.x and...