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

Guacamole

Guacamole 0.9.9 updated

The application makes use of a server-side VNC-to-XML proxy written in Java.The current version is almost as responsive as native VNC and should work in any browser supporting the HTML5 canvas tag.Guacamole provides access to a VNC server through a...

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

Net::SSH

Net::SSH 2.9.2 / 2.9.3.beta1

Net::SSH was created to allow developers to use Ruby code to send out SSH2 commands to remote machines without having to appeal to C, C++ or bash scripting.The library can be used to run multiple processes in parallel on the same SSH2 connection, but also...

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

Apache HttpComponents Core doesn't cover all facets of the HTTP protocol, but only the main basics, all that's needed to support basic communications between a client and a server. The library can be used for building both client-side and...

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

CiscoConfParse

CiscoConfParse 1.2.26 updated

CiscoConfParse will read and retrieve various sections of a CISCO IOS device config file based on the user's query.The library is basically a modified text parser that can take into account the specific rules used in formatting CISCO configuration...

cap

cap 0.1.0 updated

The 'cap' module will allow Node.js to intercept network traffic and capture desired packets based on a series of available filters.'cap' supports packet capturing based on protocols, IPs, ports and NICs.Usage instructions are included with the package's...