RE: [AG-TECH] AGConnector and AG3.1

2007-12-26 Thread Namgon Kim
Dear Mike,

You can check the AG bin directory by running python with command line.

$ python
Python 2.5.1 (r251:54863, Oct  5 2007, 13:36:32)
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
Type help, copyright, credits or license for more information.
 from AccessGrid.Platform.Config import AGTkConfig
 print AGTkConfig.instance().GetBinDir()
/usr/bin

And I uploaded AG Connector for AGTk  3.1 to AG Connector web site.

http://ace.nm.gist.ac.kr/ag_connector/

Thank you.

Namgon


-Original Message-
From: owner-ag-t...@mcs.anl.gov [mailto:owner-ag-t...@mcs.anl.gov] On Behalf Of 
mike.w.da...@cs.cardiff.ac.uk
Sent: Monday, December 24, 2007 3:51 AM
To: ag-tech
Subject: [AG-TECH] AGConnector and AG3.1

Hi
I'm trying to install AGConnector to AG3.1 under UBUNTU. I cannot find
out where to
install the umtp_linux file. I cannot find the AG bin directory. I
need to know where AG
looks for its files. can anyone shed any light.
Thanks
Mike


This message was sent using IMP, the Internet Messaging Program.



Re: [AG-TECH] AGConnector and AG3.1

2007-12-24 Thread Chris Willing

On 24/12/2007, at 4:51 AM, mike.w.da...@cs.cardiff.ac.uk wrote:

 Hi
 I'm trying to install AGConnector to AG3.1 under UBUNTU. I cannot  
 find out where to
 install the umtp_linux file. I cannot find the AG bin directory. I  
 need to know where AG
 looks for its files. can anyone shed any light.

They should be in ~/.AccessGrid3/SharedApplications/AG_Connector/ (if  
installed as ordinary user).


chris


Christoph Willing   +61 7 3365 8350
QCIF Access Grid Manager
University of Queensland




Re: [AG-TECH] AGConnector AG3

2006-08-03 Thread fabrizio.berdond...@prototipo.it

I'm sorry of not being able to help you about the use of the AG connector for 
AG3, unfortunately we are still trying to build up our venueserver/nodes based 
on the AG2.4. However you experience of it on the 2.4 could be very precious to 
us. We tried using the AGconnector (in order to bypass NAT/firewall problems) 
but with no luck: after a while we get the message telling that the server used 
for the connector was unreacheable. Which AG connector server URL should be use 
to have it work?
Thank you very much for your help,
Faber B.

owner-ag-t...@mcs.anl.gov scritti il 01/08/2006 22:58:16

 Hi
 Has anyone used AGConnector with AG3?
 I,ve installed the package and umtp_win32.exe shows up in the task
 manager but it does not appear to be working. I always had good
 results with AG2.4 and AGConnector from Home.
 Thanks
 Mike

 
 This message was sent using IMP, the Internet Messaging Program.




RE: [AG-TECH] AGConnector Server executable

2005-09-30 Thread NamGon Kim
Dear Michael,

Sorry for late response.
To run the AGConnector server, you should specify port number.

C:\Programme\AGTk-2.3\binumtp_win32.exe -s 192.108.35.3 8010

I am sure that it will work.

Thanks.

Namgon Kim
Netmedia Lab, GIST, KOREA
 
http://netmedia.gist.ac.kr
-Original Message-
From: Michael Braitmaier [mailto:braitma...@hlrs.de] 
Sent: Wednesday, September 28, 2005 7:35 PM
To: NamGon Kim
Cc: ag-t...@mcs.anl.gov
Subject: Re: [AG-TECH] AGConnector Server executable

Hello Kim!

If I do as you say, I get the following result:

My console output with command:

C:\Programme\AGTk-2.3\binumtp_win32.exe -s 192.108.35.3
Wrong Usage!!! Exit!!!

C:\Programme\AGTk-2.3\bin

What do I do wrong?

Regards
Michael


NamGon Kim wrote:

Dear Michael,

Thanks for using AGConnector.
The executable file for AGConnector included in the zip file is an
executable file for AGConnector server.

You can run your own AGConnector server with command below.

  $ umtp_win32 -s [hostname or hostip]
  Ex) umtp_win32 -s umtp.mcs.anl.gov

Umtp_linux also work like that.

Please remind that this is a test version. There can be several errors
in running the server. 
Any comment will be appreciated.

Thanks.

Namgon Kim
Netmedia Lab, GIST, KOREA
 
http://netmedia.gist.ac.kr
-Original Message-
From: Michael Braitmaier [mailto:braitma...@hlrs.de] 
Sent: Wednesday, September 28, 2005 4:41 PM
To: ag-t...@mcs.anl.gov
Subject: [AG-TECH] AGConnector Server executable

Hello everyone!

I tried to use the AGConnector but it seems I can't connect to the 
specified server.
So for testing purposes I would be interested in running our own 
UMTP-server.
Unfortunately I can't find the server executable either in the download

package nor elsewhere on the web.

It would be really helpful, if someone can give me a hint where to find

the executable.
Either Windows or Linux, I don't care.

Best regards
Michael

  



-- 
--
Dipl.-Inf. Michael Braitmaier
HLRS - Visualization / Video Conferencing
University of Stuttgart
Germany
Phone: ++49 711 685 5996
Fax  : ++49 711 682 357
Website: http://www.hlrs.de/people/braitmaier/





Re: [AG-TECH] AGConnector Server executable

2005-09-28 Thread Michael Braitmaier
Hello Kim!

If I do as you say, I get the following result:

My console output with command:

C:\Programme\AGTk-2.3\binumtp_win32.exe -s 192.108.35.3
Wrong Usage!!! Exit!!!

C:\Programme\AGTk-2.3\bin

What do I do wrong?

Regards
Michael


NamGon Kim wrote:

Dear Michael,

Thanks for using AGConnector.
The executable file for AGConnector included in the zip file is an
executable file for AGConnector server.

You can run your own AGConnector server with command below.

  $ umtp_win32 -s [hostname or hostip]
  Ex) umtp_win32 -s umtp.mcs.anl.gov

Umtp_linux also work like that.

Please remind that this is a test version. There can be several errors
in running the server. 
Any comment will be appreciated.

Thanks.

Namgon Kim
Netmedia Lab, GIST, KOREA
 
http://netmedia.gist.ac.kr
-Original Message-
From: Michael Braitmaier [mailto:braitma...@hlrs.de] 
Sent: Wednesday, September 28, 2005 4:41 PM
To: ag-t...@mcs.anl.gov
Subject: [AG-TECH] AGConnector Server executable

Hello everyone!

I tried to use the AGConnector but it seems I can't connect to the 
specified server.
So for testing purposes I would be interested in running our own 
UMTP-server.
Unfortunately I can't find the server executable either in the download 
package nor elsewhere on the web.

It would be really helpful, if someone can give me a hint where to find 
the executable.
Either Windows or Linux, I don't care.

Best regards
Michael

  



-- 
--
Dipl.-Inf. Michael Braitmaier
HLRS - Visualization / Video Conferencing
University of Stuttgart
Germany
Phone: ++49 711 685 5996
Fax  : ++49 711 682 357
Website: http://www.hlrs.de/people/braitmaier/



RE: [AG-TECH] AGConnector Server executable

2005-09-28 Thread NamGon Kim
Dear Michael,

Thanks for using AGConnector.
The executable file for AGConnector included in the zip file is an
executable file for AGConnector server.

You can run your own AGConnector server with command below.

  $ umtp_win32 -s [hostname or hostip]
  Ex) umtp_win32 -s umtp.mcs.anl.gov

Umtp_linux also work like that.

Please remind that this is a test version. There can be several errors
in running the server. 
Any comment will be appreciated.

Thanks.

Namgon Kim
Netmedia Lab, GIST, KOREA
 
http://netmedia.gist.ac.kr
-Original Message-
From: Michael Braitmaier [mailto:braitma...@hlrs.de] 
Sent: Wednesday, September 28, 2005 4:41 PM
To: ag-t...@mcs.anl.gov
Subject: [AG-TECH] AGConnector Server executable

Hello everyone!

I tried to use the AGConnector but it seems I can't connect to the 
specified server.
So for testing purposes I would be interested in running our own 
UMTP-server.
Unfortunately I can't find the server executable either in the download 
package nor elsewhere on the web.

It would be really helpful, if someone can give me a hint where to find 
the executable.
Either Windows or Linux, I don't care.

Best regards
Michael

-- 
--
Dipl.-Inf. Michael Braitmaier
HLRS - Visualization / Video Conferencing
University of Stuttgart
Germany
Phone: ++49 711 685 5996
Fax  : ++49 711 682 357
Website: http://www.hlrs.de/people/braitmaier/




RE: [AG-TECH] AGConnector

2005-09-14 Thread Dean W. Nobles

 I've restarted the UMTP server now.  You're right that it's not
supported,  but I'd like to keep it up.  Thanks for letting us know
that it had gone   down.

Thanks, Tom.  The server is up again.  There are a couple of reasons
that I like using the AGConnector.  First, it seems (to me) to provide
better connectivity than when I'm attempting a unicast connection; I
seem to get a more complete representation of those in a venue.  When
using unicast, I notice more 'one way' issues.  We almost always use
multicast, but when working from offices or endpoints that don't have
multicast capability, it seems a better solution than the unicast
bridges.  The second thing that I like about AGconnector is that it,
vic, and VP play well together, whereas with a unicast connection, VP is
not an option for me if I'll also need vic.

Thanks again.

--dean



Re: [AG-TECH] AGConnector

2005-09-14 Thread Thomas D. Uram
Hi Dean:

I've restarted the UMTP server now.  You're right that it's not supported, but 
I'd like to keep it up.  Thanks for letting us know that it had gone down.

Tom


On 9/13/05 7:40 AM, Dean W. Nobles wrote:
 I'd used AGConnector pretty successfully for a couple of weeks but
 beginning last week some time it ceased functioning.  The error is
 'failed to connect to server; use the other server'.  The server that it
 initially points at is 'watts.mcs.anl.gov'.
 
 I know that it's not yet a supported product, but would it be possible
 to kick that server, or possible point me at an alternate server?
 Thanks.
 
 --dean