Re: [time-nuts] Prologix GPIB-ETH - Linux examples ?

2012-01-31 Thread cfo
On Mon, 30 Jan 2012 19:23:10 +, cfo wrote: I just got my Prologix GPIB-ETH I am 90% Linux Ubuntu based , and would like to get 99% based. So i am looking for some C code examples, implementing the linux networking part. Thanx for all the suggestions , i'll have a look at porting

Re: [time-nuts] Prologix GPIB-ETH - Linux examples ?

2012-01-31 Thread Jim Lux
On 1/31/12 12:34 PM, cfo wrote: On Mon, 30 Jan 2012 19:23:10 +, cfo wrote: I just got my Prologix GPIB-ETH I am 90% Linux Ubuntu based , and would like to get 99% based. So i am looking for some C code examples, implementing the linux networking part. Thanx for all the suggestions ,

[time-nuts] Prologix GPIB-ETH - Linux examples ?

2012-01-30 Thread cfo
I just got my Prologix GPIB-ETH I am 90% Linux Ubuntu based , and would like to get 99% based. So i am looking for some C code examples, implementing the linux networking part. I have sen the Prologix example C/C+ , but it's WINSOCK. I was thinking ... There must be someone out there using a

Re: [time-nuts] Prologix GPIB-ETH - Linux examples ?

2012-01-30 Thread Poul-Henning Kamp
In message jg6qmu$itq$3...@dough.gmane.org, cfo writes: I just got my Prologix GPIB-ETH I am 90% Linux Ubuntu based , and would like to get 99% based. So i am looking for some C code examples, implementing the linux networking part. Look at this stuff: https://github.com/bsdphk/pylt

Re: [time-nuts] Prologix GPIB-ETH - Linux examples ?

2012-01-30 Thread Orin Eman
On Mon, Jan 30, 2012 at 11:23 AM, cfo xne...@luna.kyed.com wrote: I just got my Prologix GPIB-ETH I am 90% Linux Ubuntu based , and would like to get 99% based. So i am looking for some C code examples, implementing the linux networking part. I have sen the Prologix example C/C+ , but it's

Re: [time-nuts] Prologix GPIB-ETH - Linux examples ?

2012-01-30 Thread Azelio Boriani
Interesting, I've downloaded and taken a look at the example and noted how the Prologix doesn't use the Remote Procedure Call (RPC) method but a simple telnet-like connection. Follow Orin's directions to convert from WINSOCK to Linux-style socket calls. Maybe you should first take a look how to

Re: [time-nuts] Prologix GPIB-ETH - Linux examples ?

2012-01-30 Thread John Miles
I was thinking ... There must be someone out there using a Prologix GPIB- ETH with linux , that might want to share some code/lib. I saw a ref. for some Prologix stuff in the TimeLab source (win32 i think) , but i can't seem to find the source. Sorry, I should've been more specific -- when