Line 11: Line 11:
 
Power up your reader.
 
Power up your reader.
  
 +
==Testing reader connection==
 +
Before proceeding test that your reader answers through network connection.
 +
C:\Users\user>ping 10.1.1.3
 +
Pinging 10.1.1.3 with 32 bytes of data:
 +
Reply from 10.1.1.3: bytes=32 time=2ms TTL=127
 +
Reply from 10.1.1.3: bytes=32 time=2ms TTL=127
 +
Reply from 10.1.1.3: bytes=32 time=2ms TTL=127
 
==Configure Putty==
 
==Configure Putty==
 
===Tunnel settings===
 
===Tunnel settings===

Revision as of 19:21, 9 February 2016

This page instructs you how to connect your reader device to our network for debugging purposes.

Download Putty (Windows)

Putty is a telnet/ssh client software capable of tunneling tcp connections to different networks.

Download and install putty-0.66-installer.exe

Connect reader

Connect your reader to the same computer or network where you start Putty.

Power up your reader.

Testing reader connection

Before proceeding test that your reader answers through network connection.

C:\Users\user>ping 10.1.1.3
Pinging 10.1.1.3 with 32 bytes of data:
Reply from 10.1.1.3: bytes=32 time=2ms TTL=127
Reply from 10.1.1.3: bytes=32 time=2ms TTL=127
Reply from 10.1.1.3: bytes=32 time=2ms TTL=127

Configure Putty

Tunnel settings

Configure Putty to tunnel traffic from our network to your reader device.

Navigate to -> Connection -> SSH -> Tunnels

Enter destination address:port pair as your reader tcp/ip address and port.

Ports of protocols: HTTP: 80, Saturn: 50007, Mercury: 2324, P3: 5403

Set source port same as destination port.

Set other checkboxes as the screen shows bellow and remember to click Add button.

Putty tunnel set.jpg

Connection settings

Navigate to -> Sesson

Enter hostname and port: router.rainio.org 2202

Check that connection type is: SSH

Enter name reader debug to Saved sessions and click Save

After saving, click Open to start connection.

Putty tunnel connect.jpg

Authentication

After connecting it will ask username and password.

Username is: tunnel

Pasword is: Tunnel634

Debugging

If login is succesfull, an empty black screen appears. Just leave it as is. Do not close the screen or window.

We will tell you when you are free to close connections and windows.