Skip to content

Commit

Permalink
update server address
Browse files Browse the repository at this point in the history
  • Loading branch information
sulram committed Aug 22, 2013
1 parent 1db50b9 commit aa77944
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion OscGroups/mac/hiper4.app/Contents/Info.plist
Expand Up @@ -36,7 +36,7 @@
<key>positionOfDivider</key>
<real>333</real>
<key>savedFrame</key>
<string>85 144 833 597 0 0 1280 778 </string>
<string>85 147 833 597 0 0 1280 778 </string>
<key>selectedTabView</key>
<string>result</string>
</dict>
Expand Down
Binary file modified OscGroups/mac/hiper4.app/Contents/Resources/Scripts/main.scpt
Binary file not shown.
Binary file modified OscGroups/mac/hiper4.app/Contents/Resources/applet.rsrc
Binary file not shown.
Binary file modified OscGroups/mac/src/hiper4.scpt
Binary file not shown.
6 changes: 5 additions & 1 deletion OscGroups/mac/src/hiper4.scpt.txt
Expand Up @@ -4,5 +4,9 @@ on run
set username to text returned of result
#display dialog username & " " & path_
tell application "Finder" to set currentDir to (target of front Finder window) as text
do shell script "cd " & (quoted form of POSIX path of currentDir) & ";./OscGroupClient 146.164.80.55 22242 22241 22243 22244 " & username & " 123 hiper4 nano"
#do shell script "cd " & (quoted form of POSIX path of currentDir) & ";../OscGroupClient 146.164.80.56 22242 22241 22243 22244 " & username & " 123 hiper4 nano"
tell application "Terminal"
do script "cd " & (quoted form of POSIX path of currentDir) & ";./OscGroupClient 146.164.80.56 22242 22241 22243 22244 " & username & " 123 hiper4 nano"
activate
end tell
end run
2 changes: 1 addition & 1 deletion OscGroups/win/hiper4.bat
@@ -1,3 +1,3 @@
@ECHO off
set /p user=Digite o seu login para entrar na rede do open lab:
OscGroupClient 146.164.80.55 22242 22241 22243 22244 %user% 123 hiper4 nano
OscGroupClient hiperorganicos.tk 22242 22241 22243 22244 %user% 123 hiper4 nano
10 changes: 3 additions & 7 deletions README.md
Expand Up @@ -53,13 +53,13 @@ Pelo prompt de comando, acesse o diretorio onde os binarios foram extraidos e ab

> cd Downloads
> cd oscgroups
> OscGroupClient 146.164.80.55 22242 22241 22243 22244 <username> <password> hiperorganicos funarte2012
> OscGroupClient hiperorganicos.tk 22242 22241 22243 22244 <username> <password> hiperorganicos funarte2012

##### Mac e Ubuntu

Pelo terminal, abra o cliente com exatamente estes parametros (exceto username e password, que voces vao escolher)

$ OscGroupClient 146.164.80.55 22242 22241 22243 22244 <username> <password> hiperorganicos funarte2012
$ OscGroupClient hiperorganicos.tk 22242 22241 22243 22244 <username> <password> hiperorganicos funarte2012


### 4. testando conectividade
Expand All @@ -80,8 +80,4 @@ enviando valores de **0.0** a **1.0**, algo como o exemplo abaixo:
/barbara/kinect_y 1.00
/barbara/kinect_z 0.90
...

### 6. IP do servidor

O IP 146.164.80.55 será usado somente para os testes antes do Hip3rorgânicos.
Nos dias do evento, outro IP será utilizado. Informaremos no primeiro dia de open lab.
/user/process 1.00

0 comments on commit aa77944

Please sign in to comment.