Welcome, Guest. Please login or register.

Author Topic: TCP: device in WinUAE  (Read 3106 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline zurtTopic starter

  • Full Member
  • ***
  • Join Date: Feb 2002
  • Posts: 114
  • Country: kp
    • Show only replies by zurt
TCP: device in WinUAE
« on: January 26, 2010, 09:57:44 PM »
Hello,

Does anybody know how to enable TCP: device under WinUAE ?

I would like to run getVideo.rexx, and it seems it makes use of the device in the form:

TCP:http://www.domain.com/port

in order to retrieve web pages and videos.

Any help appreciated.

Thanks in avance.

zurt
zurt

AmigaOS user since 1989
MorphOS user since 2003
 

Offline apj

Re: TCP: device in WinUAE
« Reply #1 on: January 26, 2010, 10:19:56 PM »
@ zurt,

get Netsurf from aminet which has builtin getvideo.
« Last Edit: January 26, 2010, 10:40:12 PM by apj »
 

Offline Matt_H

Re: TCP: device in WinUAE
« Reply #2 on: January 26, 2010, 10:34:30 PM »
@ zurt

WinUAE's built-in bsdsocket.library wrapper doesn't support TCP:. Instead, enable uaenet.device emulation and use a regular Amiga TCP/IP stack (AmiTCP, Genesis, Miami).
 

Offline Thomas

Re: TCP: device in WinUAE
« Reply #3 on: January 27, 2010, 07:48:15 AM »
Quote from: zurt;540218
Hello,

Does anybody know how to enable TCP: device under WinUAE ?

I would like to run getVideo.rexx, and it seems it makes use of the device in the form:

TCP:http://www.domain.com/port

in order to retrieve web pages and videos.

Any help appreciated.

Thanks in avance.

zurt



Just download Genesis or AmiTCP from Aminet, extract TCP-Hander and TCP dosdriver from the archive and put them into L: resp. Devs/DosDrivers. Edit TCP to point to L:TCP-Handler instead of AmiTCP:bin/TCP-Handler. That's all.

Bye,
Thomas

Offline zurtTopic starter

  • Full Member
  • ***
  • Join Date: Feb 2002
  • Posts: 114
  • Country: kp
    • Show only replies by zurt
Re: TCP: device in WinUAE
« Reply #4 on: January 27, 2010, 08:05:24 AM »
Thank you to everyone replied.

I will try your recommendations this afternoon :)

Again thanks!
zurt

AmigaOS user since 1989
MorphOS user since 2003
 

Offline zurtTopic starter

  • Full Member
  • ***
  • Join Date: Feb 2002
  • Posts: 114
  • Country: kp
    • Show only replies by zurt
Re: TCP: device in WinUAE
« Reply #5 on: January 27, 2010, 04:28:30 PM »
Have tried Thomas's solution.

I needed to download NetSurf because it is the only file in Aminet that has the TCP dosdriver.

http://aminet.net/search?content=DosDrivers%2FTCP

Then I installed inet-handler and TCP as Thomas said. And it works! :-)

Again thanks to everybody!!!
zurt

AmigaOS user since 1989
MorphOS user since 2003