Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic internet setup #170

Closed
limi opened this issue Mar 11, 2024 · 4 comments
Closed

Add basic internet setup #170

limi opened this issue Mar 11, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@limi
Copy link
Collaborator

limi commented Mar 11, 2024

We’re not going to add MUI, lots of web browsers etc — just a basic, functioning TCP/IP stack (Miami DX has a native Intuition version, and is free), and then people can add their own apps on top of that.

One internet-enabled app maybe worth including could be the Infinity Module Player:
https://aminet.net/package/mus/play/imp3

@fvillanustre
Copy link

That's a great idea. Just a basic TCP/IP stack like Miami DX, IMP3 and possibly APL Web Browser to access Aminet easily if you really want to push the boundaries, would be amazing. Everything else can be added by the users on top of that as needed.

@limi
Copy link
Collaborator Author

limi commented May 2, 2024

This recently released tool is also a great complement to this approach: https://aminet.net/package/util/cli/amiget

@limi limi added the enhancement New feature or request label May 29, 2024
@limi
Copy link
Collaborator Author

limi commented Sep 30, 2024

  • MiamiDX needs MUI, so let's use standard Miami
  • GTLayout is available as UI
  • Make sure UART is set to PPP and 115200 baud in the MiSTer menu

Setup once Miami is installed:

  • Interface: Set speed to 115200, IP Type: Static, IP address: 192.168.1.254
  • Database: Add DNS servers, e.g. 1.1.1.1 and 8.8.8.8
  • Modem: Select Nullmodem

Test it by clicking Online, and run Miami:MiamiPing 1.1.1.1 to see if you can ping a server. If it works, remember to save the configuration from the menu.

@limi
Copy link
Collaborator Author

limi commented Oct 2, 2024

Implemented, 3b67979

@limi limi closed this as completed Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants