Welcome, Guest. Please login or register.

Author Topic: How do i access the internet through WinUAE?  (Read 11106 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: How do i access the internet through WinUAE?
« on: March 09, 2008, 08:41:18 PM »
Misc / [v] bsdsocket.library emulation

No extra files needed.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: How do i access the internet through WinUAE?
« Reply #1 on: March 09, 2008, 08:44:16 PM »
What TCP/IP stack? There isn't any.

The thing is 100% built-in to WinUAE, you musn't install any TPC/IP stack.


PS. If you really want to, you can install a TCP/IP stack (amitcp or miami for example). Then you must disable 'bsdsocket.library emulation' and enable 'uaenet.device'. Then in the TCP/IP stack you must choose uaenet.device as the SANA2 driver. The uaenet.device is  probably still under development (and possibly buggy), so if in doubt, use bsdsocket.library emulation.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: How do i access the internet through WinUAE?
« Reply #2 on: March 09, 2008, 09:09:34 PM »
You must not add any files!

With bsdsocket.library emulation you do not need any TCP/IP stack.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: How do i access the internet through WinUAE?
« Reply #3 on: March 09, 2008, 09:24:47 PM »
@SamOS39

Quote
But i dont know where to get bsdsocket.library ..?

I try once again:

You
do
not
need
to
add
any
files

It just works. It's magic.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: How do i access the internet through WinUAE?
« Reply #4 on: March 09, 2008, 09:27:40 PM »
The only thing you must do is to select the "bsdsocket.library emulation".

That's it.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: How do i access the internet through WinUAE?
« Reply #5 on: March 09, 2008, 09:45:50 PM »
Well duh. Never take anything granted (TM)

For me it is quite obvious you can't toggle those options runtime, but I guess this isn't obvious for everyone.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: How do i access the internet through WinUAE?
« Reply #6 on: March 09, 2008, 10:17:34 PM »
Hmm indeed.

As a rule of thumb: Anything related to the state of the emulation itself typically can't be toggled runtime (say CPU type, amount of memory, P96 emulation, bsdsocket emulation etc).

Things related to the WinUAE itself or the WinUAE GUI (say CPU emulation speed, whether some leds are displayed on GUI, or if the screen is output in window mode or fullscreen) are editable runtime.

I bet there are some exceptions though...