Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#25772 - 29/01/2001 16:43 TCP/IP on MK1
fvgestel
old hand

Registered: 12/08/2000
Posts: 702
Loc: Netherlands
Does anybody know if the player-executable on an MK1 also listens on TCP/UDP port 8300 for emplode connectivity?

Frank van Gestel
_________________________
Frank van Gestel

Top
#25773 - 30/01/2001 01:40 Re: TCP/IP on MK1 [Re: fvgestel]
schofiel
carpal tunnel

Registered: 25/06/1999
Posts: 2993
Loc: Wareham, Dorset, UK
Frank, are you busy with a PPP serial link by any chance?

One of the few remaining Mk1 owners... #00015
_________________________
One of the few remaining Mk1 owners... #00015

Top
#25774 - 30/01/2001 01:42 Re: TCP/IP on MK1 [Re: fvgestel]
bobo
member

Registered: 13/08/1999
Posts: 116
btw: anybody successfully got a ppp-lin over usb ?

bobo


Top
#25775 - 30/01/2001 03:11 Re: TCP/IP on MK1 [Re: schofiel]
fvgestel
old hand

Registered: 12/08/2000
Posts: 702
Loc: Netherlands

Frank, are you busy with a PPP serial link by any chance?

Kinda, I finally found a way to talk to the empeg over USB on win32 using the empegcar.sys driver. I know it should be possible to start PPP this way, but then I would have to write a virtual dialup-adapter or at least a virtual comm-port, which seems out of reach for me...
I'm going to take a simpler approach by list for TCP/UDP ports on the win32 machine which get forwarded to the empeg. I currently have a program which listens on port 80 on the windows machine. when I log in to the empeg over serial and give command :

# cat /dev/usb

and then start a webbrowser to point to http://localhost, I can see the request from the webbrowser scroll by in hyperterm. My next step is to write a daemon for the empeg with some simple multiplexing protocol. The main idae is to run a small program on the win32 side with a simple dialog to make mappings from TCP/UDP on the win32 machine to the empeg :

win32:TCP/1080 -> empeg:TCP/80 //displayserver
win32:TCP/21 -> empeg:TCP/21 //ftp passive mode
win32:TCP/8300 -> empeg:TCP/8300 //emplode
win32:UDP/8300 -> empeg:UDP/8300 //emplode

The only problem is that the player app is constantly using the USB device-file, which is why I asked if the player app on the MK1 also uses TCP/UDP. If this is the case, you could turn off USB in the player app and connect by specifying 127.0.0.1 in emplode...

Frank van Gestel
_________________________
Frank van Gestel

Top
#25776 - 30/01/2001 03:44 Re: TCP/IP on MK1 [Re: fvgestel]
peter
carpal tunnel

Registered: 13/07/2000
Posts: 4174
Loc: Cambridge, England
Does anybody know if the player-executable on an MK1 also listens on TCP/UDP port 8300 for emplode connectivity?

Only Mk2 players do that, sorry.

Peter



Top
#25777 - 30/01/2001 03:45 Re: TCP/IP on MK1 [Re: fvgestel]
schofiel
carpal tunnel

Registered: 25/06/1999
Posts: 2993
Loc: Wareham, Dorset, UK
A kind of proxy service for the empeg - excellent idea.

Unforch - I can't tell you what you wanted to know. I suspect Mike or Roger are the ones (and they must be busy with 1.1 )

One of the few remaining Mk1 owners... #00015
_________________________
One of the few remaining Mk1 owners... #00015

Top
#25778 - 30/01/2001 05:14 Re: TCP/IP on MK1 [Re: peter]
fvgestel
old hand

Registered: 12/08/2000
Posts: 702
Loc: Netherlands
Sorry to hear that (for MK1 users). I guess this would mean that the player app would have to shutdown prior to setting up a USB-link or perhaps restart with USB disabled.
I allready tried to replace /dev/usb with a file or named pipe, unfortunately this will make the player-app wait endlessly at initialisation time. there's probably some ioctl which doesn't get honored.

Frank van Gestel
_________________________
Frank van Gestel

Top
#25779 - 30/01/2001 06:49 Re: TCP/IP on MK1 [Re: fvgestel]
schofiel
carpal tunnel

Registered: 25/06/1999
Posts: 2993
Loc: Wareham, Dorset, UK
Are you trying to use the system device following an open?

Are you modifying the system USB device?

What happens if you try an open on the USB device if it has already been opened? Is it exclusive?

One of the few remaining Mk1 owners... #00015
_________________________
One of the few remaining Mk1 owners... #00015

Top
#25780 - 30/01/2001 07:37 Re: TCP/IP on MK1 [Re: schofiel]
fvgestel
old hand

Registered: 12/08/2000
Posts: 702
Loc: Netherlands

Are you trying to use the system device following an open?
Are you modifying the system USB device?

At the current state I only did a cat of /dev/usb ( which is a symlink to /dev/usb0 ), to see that data was transmitted from the remote machine.

What happens if you try an open on the USB device if it has already been opened? Is it exclusive?

It's not totally exclusive I think, as a cat succeeds when the player app is running, but I guess all data sent by the client is swallowed by the player-app ( I'm not totally sure on this, will check this evening )

Frank van Gestel
_________________________
Frank van Gestel

Top
#25781 - 30/01/2001 12:55 Re: TCP/IP on MK1 [Re: fvgestel]
fvgestel
old hand

Registered: 12/08/2000
Posts: 702
Loc: Netherlands

It's not totally exclusive I think, as a cat succeeds when the player app is running, but I guess all data sent by the client is swallowed by
the player-app ( I'm not totally sure on this, will check this evening )

Received data on USB is randomly distributed over all readers of /dev/usb. I think the easiest solution is to restart the player-app with USB disabled using the quit option. A suitable init-script would be easy...

Frank van Gestel
_________________________
Frank van Gestel

Top
#25782 - 30/01/2001 15:19 Re: TCP/IP on MK1 [Re: fvgestel]
schofiel
carpal tunnel

Registered: 25/06/1999
Posts: 2993
Loc: Wareham, Dorset, UK
This is less than good. It implies that the driver has no opening process owner identification method. Doesn't even sound as if it has a locking mechanism.

One of the few remaining Mk1 owners... #00015
_________________________
One of the few remaining Mk1 owners... #00015

Top
#25783 - 30/01/2001 20:19 Re: TCP/IP on MK1 [Re: schofiel]
borislav
addict

Registered: 30/04/2000
Posts: 420
Loc: Sunnyvale, CA, USA
This is less than good. It implies that the driver has no opening process owner identification method. Doesn't even sound as if it has a locking mechanism.

There's nothing wrong with the driver, it's just limited by design - there's normally only one reader. Unless you run something like TCP/IP over the USB link and force all readers to use it (which the player currently doesn't), there's no sensible way of handling multiple readers of what is fundamentally a single pipe.

That doesn't mean you can't hack around it, though...

Borislav



Top
#25784 - 31/01/2001 05:17 Re: TCP/IP on MK1 [Re: schofiel]
Roger
carpal tunnel

Registered: 18/01/2000
Posts: 5682
Loc: London, UK
Unix generally doesn't have locking on devices. It only recently acquired proper locking on files. You can open a serial device (/dev/ttyS0, e.g.) in multiple processes. Events and data are distributed arbitrarily amongst all the processes with it open.


Roger - not necessarily speaking for empeg
_________________________
-- roger

Top