Knock

From Noisebridge
Revision as of 02:58, 21 December 2013 by Thex (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A virtual door.

Door knock comp.jpg

Knock Back Door (Server)

The server end is a listening TCP/IP Socket on port 8008 by default.

Server initiates a ServerSocket to listen on all available IPv4 IP's at port 8008 by default.

Server waits for any incoming socket requests. Accepts connection, triggers appropriate knock and status response to client.

Knock Front Door (Client)

The client end is a socket request to the server at it's listening IP and port.

A knock request can be generated via http using a common GET request.

ip_address:port/knock

This can be used to test a local instance of the knock server by going to http://127.0.0.1:8008/knock

Fort & Fort related projects