ssshake / vintage-computer-wifi-modem

TheOldNet.com WIFI Modem Emulator
GNU General Public License v3.0
82 stars 15 forks source link

Add support for gopher protocol #16

Closed cps-oliver-ns closed 2 years ago

cps-oliver-ns commented 2 years ago

This PR contains a small change which:

The code used for making Gopher requests is based on the HTTP GET code, but with the necessary changes made for the Gopher protocol.

Usage

The command can be used like so:

ATGPHgopher://gopherpedia.com

Selectors can be added after the URL:

ATGPHgopher://gopherpedia.com/Gopher_(protocol)

Port is optional and will default to the standard gopher port of 70.

Working Demo

https://www.youtube.com/watch?v=MX2fRlIGkQk

ssshake commented 2 years ago

@SkyLlama thank you for the contribution, I'm sorry I didn't notice this until now!

ssshake commented 2 years ago

@SkyLlama thanks for your contribution!