User Tools

Site Tools


puredata

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
puredata [2008/04/13 13:35]
gnd
puredata [2008/04/13 15:00] (current)
Line 5: Line 5:
 === Network Architecture === === Network Architecture ===
  
-As a central node helping in passing the various proxies, nats, gateways and firewalls in between the places, the server smecnet (itchybit.org) will be used. Each city sends out data and receives data on the port 30030.+As a central node helping in passing the various proxies, nats, gateways and firewalls in between the places, the server smecnet (itchybit.org) will be used. Each city sends out data to the port 30030 and receives data on the port assigned to the city.
 \\ \\
 <code> <code>
 +Banska Bystrica: 30033
 +Brno: 30031
 +Praha: 30032
 +Bratislava: 30036
 +Kosice: ?
 +Vyhrazene pro patch: 30030
 +
 Smecnet's IP: 92.240.234.40 (use IP, to prevent problems with DNS) Smecnet's IP: 92.240.234.40 (use IP, to prevent problems with DNS)
 </code>  </code> 
Line 25: Line 32:
 <code> <code>
 Connection from a netreceive: Connection from a netreceive:
- - Each place receives data from the pot 30030+ - Each place receives data from the port assigned to the city
  - Use route to distinguish between various controls comming-in from a single channel  - Use route to distinguish between various controls comming-in from a single channel
  - When in receive mode, DONT SEND OUT CONTROLS to prevent loops  - When in receive mode, DONT SEND OUT CONTROLS to prevent loops
Line 48: Line 55:
 Gay-metal level: Depends if you are using Linux or Windows. \\ Gay-metal level: Depends if you are using Linux or Windows. \\
   * Windows: Use [[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html|Putty]]. Follow this link [[pd_putty_set-up]]   * Windows: Use [[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html|Putty]]. Follow this link [[pd_putty_set-up]]
-  * Linux: Type ssh -L30036:92.240.234.40:30030 pduser@92.240.234.40 to open the tunnel. +  * Linux: Type ssh -R30036:127.0.0.1:30036 pduser@92.240.234.40 to open the tunnel. Change 30036 to the port of your city.
 \\ \\
 **3. Connect to the SSH-Tunnel**\\ **3. Connect to the SSH-Tunnel**\\
Line 54: Line 61:
 Im-so-geek level: The tunnel brought the ports from smecnet to our localhost (the machine you are using). So just: Im-so-geek level: The tunnel brought the ports from smecnet to our localhost (the machine you are using). So just:
 <code> <code>
-[netreceive 30030]  -  this is the port of the city you are receiving.+[netreceive 30036]  -  this is the port of the city you are receiving.
 </code> </code>
 \\ \\
puredata.1208086547.txt.gz ยท Last modified: 2008/04/13 11:35 (external edit)