Offline.js

Offline.js 0.7.14 updated

Offilne.js was modeled after the alert system in Gmail that warns users of their lost Internet connection. The library aims to provide a system to constantly scan the user's connection status and show various warnings whenever the Internet connection...

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,...

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...

python-iptables

python-iptables 0.9.0 updated

iptables is an utility specific to *NIX operating systems for filtering network traffic.As the name hints 'python-iptables' allows Python developers to run iptables commands from their Python code, without actually touching the Linux...

Requests

Requests 2.7.0 updated

Developed as an alternative to Python's built-in urllib2 module that's usually utilized in dealing with HTTP requests, this library does not only update the core methods found in that library to support features found in Web technologies today, but also...

Requests

Requests 2.5.2

Developed as an alternative to Python's built-in urllib2 module that's usually utilized in dealing with HTTP requests, this library does not only update the core methods found in that library to support features found in Web technologies today, but also...

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...

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...

SPDY Server for node.js

SPDY Server for node.js 3.2.0 updated

SPDY is a networking protocol developed by Google for transporting content across the Internet. It's like HTTP, but much, much faster.The "SPDY Server for node.js" module adds support for this protocol in Node.js and lets programmers create applications...

SSH2 (Node.js)

SSH2 (Node.js) 0.4.9 updated

The module is practically a port of the SSH2 protocol to JavaScript.SSH2 (the module) does exactly what the protocol does. It allows developers to connect to remote SSH2-capable servers and execute remote operations.Usage instructions are included with...