Re: [casper] Telnet IBOB

2014-03-15 Thread Rolando Paz
Right now I'm compiling again the bit file and then write upon the IBOB.
Thanks Glenn

I am currently using the following software:

https://casper.berkeley.edu/svn/trunk/projects/pocketcorrelator/poco-0.1.1/

The latest version of the pocket correlator, but for ROACH, is:

https://github.com/casper-astro/tutorials_devel/tree/master/tut4

Can be updated the lastest software of the pocket correlator, but to use
the IBOB?

Best Regards

Rolando Paz




2014-03-15 18:14 GMT-06:00 G Jones :

> Yeah, with the udp mod the ibob only communicates by udp on port 7 but
> your initpoco script is trying to talk by telnet on port 23 so you need to
> edit initpoco to use a udp socket on port 7 and the command format is also
> slightly different i think.
> On Mar 15, 2014 8:00 PM, "Rolando Paz"  wrote:
>
>> Ok, thank you.
>>
>> I think that, that means I have recompiled the bit file, now with port 7?
>>
>> Rolando Paz
>>
>>
>> 2014-03-15 17:48 GMT-06:00 G Jones :
>>
>>> Sorry, what I mean is you need to edit your init_poco.py script and make
>>> it use the udp protocol on port 7 instead of telnet/tcp on port 23. It has
>>> nothing to do with your python version.
>>>  On Mar 15, 2014 7:46 PM, "Rolando Paz"  wrote:
>>>
 I'll update the version of python I am using. Thanks Glenn.

 I am now using port 23. There will be problems with this port?

 Rolando Paz


 2014-03-15 17:41 GMT-06:00 Louis Dartez :

> Does it matter what port you use? Have you tried using 7147?
>
> L
> > Louis P. Dartez
> > Graduate Research Assistant
> > Center for Advanced Radio Astronomy
> > University of Texas @ Brownsville
>
> On Mar 15, 2014, at 6:20 PM, Rolando Paz  wrote:
>
> > Hi all.
> >
> > I have trouble connecting IBOB  with TELNET.
> >
> > The IBOB IP address is: 169.254.49.32
> > The PC IP address is : 169.254.49.13
> >
> > When I do a "ping 169.254.49.32", I get response from IBOB, but when
> i do "telnet 169.254.49.32", arise this error:
> >
> > Trying 169.254.49.32
> > telnet: Unable to connect to remote host: Connection refused
> >
> > I'm using ubuntu 13.04.
> >
> > I also have a winxp virtual machine inside ubuntu 13.04, and when i
> use Hyper Terminal (com1), I have no problem to access the IBOB.
> >
> > Someone have any advice?
> >
> > Best Regards
> >
> > Rolando Paz
>
>

>>


Re: [casper] Telnet IBOB

2014-03-15 Thread G Jones
Yeah, with the udp mod the ibob only communicates by udp on port 7 but your
initpoco script is trying to talk by telnet on port 23 so you need to edit
initpoco to use a udp socket on port 7 and the command format is also
slightly different i think.
On Mar 15, 2014 8:00 PM, "Rolando Paz"  wrote:

> Ok, thank you.
>
> I think that, that means I have recompiled the bit file, now with port 7?
>
> Rolando Paz
>
>
> 2014-03-15 17:48 GMT-06:00 G Jones :
>
>> Sorry, what I mean is you need to edit your init_poco.py script and make
>> it use the udp protocol on port 7 instead of telnet/tcp on port 23. It has
>> nothing to do with your python version.
>>  On Mar 15, 2014 7:46 PM, "Rolando Paz"  wrote:
>>
>>> I'll update the version of python I am using. Thanks Glenn.
>>>
>>> I am now using port 23. There will be problems with this port?
>>>
>>> Rolando Paz
>>>
>>>
>>> 2014-03-15 17:41 GMT-06:00 Louis Dartez :
>>>
 Does it matter what port you use? Have you tried using 7147?

 L
 > Louis P. Dartez
 > Graduate Research Assistant
 > Center for Advanced Radio Astronomy
 > University of Texas @ Brownsville

 On Mar 15, 2014, at 6:20 PM, Rolando Paz  wrote:

 > Hi all.
 >
 > I have trouble connecting IBOB  with TELNET.
 >
 > The IBOB IP address is: 169.254.49.32
 > The PC IP address is : 169.254.49.13
 >
 > When I do a "ping 169.254.49.32", I get response from IBOB, but when
 i do "telnet 169.254.49.32", arise this error:
 >
 > Trying 169.254.49.32
 > telnet: Unable to connect to remote host: Connection refused
 >
 > I'm using ubuntu 13.04.
 >
 > I also have a winxp virtual machine inside ubuntu 13.04, and when i
 use Hyper Terminal (com1), I have no problem to access the IBOB.
 >
 > Someone have any advice?
 >
 > Best Regards
 >
 > Rolando Paz


>>>
>


Re: [casper] Telnet IBOB

2014-03-15 Thread Rolando Paz
Ok, thank you.

I think that, that means I have recompiled the bit file, now with port 7?

Rolando Paz


2014-03-15 17:48 GMT-06:00 G Jones :

> Sorry, what I mean is you need to edit your init_poco.py script and make
> it use the udp protocol on port 7 instead of telnet/tcp on port 23. It has
> nothing to do with your python version.
> On Mar 15, 2014 7:46 PM, "Rolando Paz"  wrote:
>
>> I'll update the version of python I am using. Thanks Glenn.
>>
>> I am now using port 23. There will be problems with this port?
>>
>> Rolando Paz
>>
>>
>> 2014-03-15 17:41 GMT-06:00 Louis Dartez :
>>
>>> Does it matter what port you use? Have you tried using 7147?
>>>
>>> L
>>> > Louis P. Dartez
>>> > Graduate Research Assistant
>>> > Center for Advanced Radio Astronomy
>>> > University of Texas @ Brownsville
>>>
>>> On Mar 15, 2014, at 6:20 PM, Rolando Paz  wrote:
>>>
>>> > Hi all.
>>> >
>>> > I have trouble connecting IBOB  with TELNET.
>>> >
>>> > The IBOB IP address is: 169.254.49.32
>>> > The PC IP address is : 169.254.49.13
>>> >
>>> > When I do a "ping 169.254.49.32", I get response from IBOB, but when i
>>> do "telnet 169.254.49.32", arise this error:
>>> >
>>> > Trying 169.254.49.32
>>> > telnet: Unable to connect to remote host: Connection refused
>>> >
>>> > I'm using ubuntu 13.04.
>>> >
>>> > I also have a winxp virtual machine inside ubuntu 13.04, and when i
>>> use Hyper Terminal (com1), I have no problem to access the IBOB.
>>> >
>>> > Someone have any advice?
>>> >
>>> > Best Regards
>>> >
>>> > Rolando Paz
>>>
>>>
>>


Re: [casper] Telnet IBOB

2014-03-15 Thread G Jones
Sorry, what I mean is you need to edit your init_poco.py script and make it
use the udp protocol on port 7 instead of telnet/tcp on port 23. It has
nothing to do with your python version.
On Mar 15, 2014 7:46 PM, "Rolando Paz"  wrote:

> I'll update the version of python I am using. Thanks Glenn.
>
> I am now using port 23. There will be problems with this port?
>
> Rolando Paz
>
>
> 2014-03-15 17:41 GMT-06:00 Louis Dartez :
>
>> Does it matter what port you use? Have you tried using 7147?
>>
>> L
>> > Louis P. Dartez
>> > Graduate Research Assistant
>> > Center for Advanced Radio Astronomy
>> > University of Texas @ Brownsville
>>
>> On Mar 15, 2014, at 6:20 PM, Rolando Paz  wrote:
>>
>> > Hi all.
>> >
>> > I have trouble connecting IBOB  with TELNET.
>> >
>> > The IBOB IP address is: 169.254.49.32
>> > The PC IP address is : 169.254.49.13
>> >
>> > When I do a "ping 169.254.49.32", I get response from IBOB, but when i
>> do "telnet 169.254.49.32", arise this error:
>> >
>> > Trying 169.254.49.32
>> > telnet: Unable to connect to remote host: Connection refused
>> >
>> > I'm using ubuntu 13.04.
>> >
>> > I also have a winxp virtual machine inside ubuntu 13.04, and when i use
>> Hyper Terminal (com1), I have no problem to access the IBOB.
>> >
>> > Someone have any advice?
>> >
>> > Best Regards
>> >
>> > Rolando Paz
>>
>>
>


Re: [casper] Telnet IBOB

2014-03-15 Thread Rolando Paz
I'll update the version of python I am using. Thanks Glenn.

I am now using port 23. There will be problems with this port?

Rolando Paz


2014-03-15 17:41 GMT-06:00 Louis Dartez :

> Does it matter what port you use? Have you tried using 7147?
>
> L
> > Louis P. Dartez
> > Graduate Research Assistant
> > Center for Advanced Radio Astronomy
> > University of Texas @ Brownsville
>
> On Mar 15, 2014, at 6:20 PM, Rolando Paz  wrote:
>
> > Hi all.
> >
> > I have trouble connecting IBOB  with TELNET.
> >
> > The IBOB IP address is: 169.254.49.32
> > The PC IP address is : 169.254.49.13
> >
> > When I do a "ping 169.254.49.32", I get response from IBOB, but when i
> do "telnet 169.254.49.32", arise this error:
> >
> > Trying 169.254.49.32
> > telnet: Unable to connect to remote host: Connection refused
> >
> > I'm using ubuntu 13.04.
> >
> > I also have a winxp virtual machine inside ubuntu 13.04, and when i use
> Hyper Terminal (com1), I have no problem to access the IBOB.
> >
> > Someone have any advice?
> >
> > Best Regards
> >
> > Rolando Paz
>
>


Re: [casper] Telnet IBOB

2014-03-15 Thread G Jones
This stuff predates 7147 by a long time :-)
On Mar 15, 2014 7:41 PM, "Louis Dartez"  wrote:

> Does it matter what port you use? Have you tried using 7147?
>
> L
> > Louis P. Dartez
> > Graduate Research Assistant
> > Center for Advanced Radio Astronomy
> > University of Texas @ Brownsville
>
> On Mar 15, 2014, at 6:20 PM, Rolando Paz  wrote:
>
> > Hi all.
> >
> > I have trouble connecting IBOB  with TELNET.
> >
> > The IBOB IP address is: 169.254.49.32
> > The PC IP address is : 169.254.49.13
> >
> > When I do a "ping 169.254.49.32", I get response from IBOB, but when i
> do "telnet 169.254.49.32", arise this error:
> >
> > Trying 169.254.49.32
> > telnet: Unable to connect to remote host: Connection refused
> >
> > I'm using ubuntu 13.04.
> >
> > I also have a winxp virtual machine inside ubuntu 13.04, and when i use
> Hyper Terminal (com1), I have no problem to access the IBOB.
> >
> > Someone have any advice?
> >
> > Best Regards
> >
> > Rolando Paz
>
>
>


Re: [casper] Telnet IBOB

2014-03-15 Thread Louis Dartez
Does it matter what port you use? Have you tried using 7147?

L
> Louis P. Dartez
> Graduate Research Assistant
> Center for Advanced Radio Astronomy
> University of Texas @ Brownsville

On Mar 15, 2014, at 6:20 PM, Rolando Paz  wrote:

> Hi all.
> 
> I have trouble connecting IBOB  with TELNET.
> 
> The IBOB IP address is: 169.254.49.32
> The PC IP address is : 169.254.49.13
> 
> When I do a "ping 169.254.49.32", I get response from IBOB, but when i do 
> "telnet 169.254.49.32", arise this error:
> 
> Trying 169.254.49.32
> telnet: Unable to connect to remote host: Connection refused
> 
> I'm using ubuntu 13.04.
> 
> I also have a winxp virtual machine inside ubuntu 13.04, and when i use Hyper 
> Terminal (com1), I have no problem to access the IBOB.
> 
> Someone have any advice?
> 
> Best Regards
> 
> Rolando Paz




Re: [casper] Telnet IBOB

2014-03-15 Thread G Jones
Yeah, if you want to use the udp mod i think you'll need to update your
python program to use udp rather than telnet to communicate. My memory is
hazy, but i think the ibob udp memo describes how to do that in general.
On Mar 15, 2014 7:38 PM, "Rolando Paz"  wrote:

> Yes, this is with the UDP modification.
> My real problem is that when I run the command "init_poco.py
> i8_c256.config", I get the error that you see in the picture attached.
> What do you think?
>
> Rolando Paz
>
>
>
>
>
>
> 2014-03-15 17:24 GMT-06:00 G Jones :
>
>> Is this with the udp modification? If i recall that disables the telnet
>> interface. Everything can still be accessed by the udp protocol.
>>
>> Glenn
>> On Mar 15, 2014 7:20 PM, "Rolando Paz"  wrote:
>>
>>> Hi all.
>>>
>>> I have trouble connecting IBOB  with TELNET.
>>>
>>> The IBOB IP address is: 169.254.49.32
>>> The PC IP address is : 169.254.49.13
>>>
>>>  When I do a "ping 169.254.49.32", I get response from IBOB, but when i
>>> do "telnet 169.254.49.32", arise this error:
>>>
>>> Trying 169.254.49.32
>>> telnet: Unable to connect to remote host: Connection refused
>>>
>>> I'm using ubuntu 13.04.
>>>
>>> I also have a winxp virtual machine inside ubuntu 13.04, and when i use
>>> Hyper Terminal (com1), I have no problem to access the IBOB.
>>>
>>> Someone have any advice?
>>>
>>> Best Regards
>>>
>>> Rolando Paz
>>>
>>
>


Re: [casper] Telnet IBOB

2014-03-15 Thread G Jones
Is this with the udp modification? If i recall that disables the telnet
interface. Everything can still be accessed by the udp protocol.

Glenn
On Mar 15, 2014 7:20 PM, "Rolando Paz"  wrote:

> Hi all.
>
> I have trouble connecting IBOB  with TELNET.
>
> The IBOB IP address is: 169.254.49.32
> The PC IP address is : 169.254.49.13
>
> When I do a "ping 169.254.49.32", I get response from IBOB, but when i do
> "telnet 169.254.49.32", arise this error:
>
> Trying 169.254.49.32
> telnet: Unable to connect to remote host: Connection refused
>
> I'm using ubuntu 13.04.
>
> I also have a winxp virtual machine inside ubuntu 13.04, and when i use
> Hyper Terminal (com1), I have no problem to access the IBOB.
>
> Someone have any advice?
>
> Best Regards
>
> Rolando Paz
>


[casper] Telnet IBOB

2014-03-15 Thread Rolando Paz
Hi all.

I have trouble connecting IBOB  with TELNET.

The IBOB IP address is: 169.254.49.32
The PC IP address is : 169.254.49.13

When I do a "ping 169.254.49.32", I get response from IBOB, but when i do
"telnet 169.254.49.32", arise this error:

Trying 169.254.49.32
telnet: Unable to connect to remote host: Connection refused

I'm using ubuntu 13.04.

I also have a winxp virtual machine inside ubuntu 13.04, and when i use
Hyper Terminal (com1), I have no problem to access the IBOB.

Someone have any advice?

Best Regards

Rolando Paz