dirkwhoffmann / virtualc64

VirtualC64 is a cycle-accurate C64 emulator for macOS
https://dirkwhoffmann.github.io/virtualc64
Other
356 stars 33 forks source link

Adding in Network Capabilities #254

Closed dirkwhoffmann closed 6 years ago

dirkwhoffmann commented 7 years ago

Feature request: Macvice networking doesn’t work well and is not supported very well. There is so many tutorials how to get onto BBS these days as well as Quantum Link via telnet. But everytime I try, I doesn’t work.

My solution, I found a app (discontinued) but works that creates virtual com port and i use it with macvice. Works, and I have attached pics of my settings as well as the app.

I would be nice to see virtual64 work with this as well have a network feature as more 64/bbs and services are coming back online. Please see what you can do. It would be appreciated! Virtual64 is my goto app over vice.

MultiCom-1.2.zip

screen shot 2017-07-20 at 1 37 05 am
dirkwhoffmann commented 6 years ago

What is exactly meant by adding networking support to VirtualC64? Does it mean to emulate an old acoustic coupler? What would be a specific use case? Which specific website or web service could serve as my counterpart (data provider) for testing? Sorry if this is a stupid question, but I never used my real C64 in any networking environment.

bluecursor commented 6 years ago

To emulate a Hayes compatible modem that uses TCP/IP for incoming and outgoing connections. To be used to allow terminal applications designed for modem use to operate on the Internet.

https://en.wikipedia.org/wiki/Commodore_64_peripherals#Modems

Today with actual hardware : https://www.cbmstuff.com/proddetail.php?prod=WiModemOLED.

Examples: https://www.youtube.com/watch?v=TeuQVKRsObk https://www.youtube.com/watch?v=obiJMlkg-bs http://www.lemon64.com/forum/viewtopic.php?t=65312 https://www.youtube.com/watch?v=H2mPxn1M5HM https://1200baud.wordpress.com/2017/04/24/wednesday-night-q-link-hangout/ https://www.youtube.com/watch?v=_36uQizLlLo

Back in the80's: https://www.youtube.com/watch?v=S-ChICic2TA

Software that creates virtual-IP modems: https://www.eltima.com/products/virtual-modem-pro/ https://apps.ubuntu.com/cat/applications/precise/tcpser/

Running a BBS via Emulation: https://roxburysoftware.com/Blog/color64-bbs-in-vice-2-4/

Modern Terminal programs: https://1200baud.wordpress.com/2017/01/08/ccgms-2017-final/ https://roxburysoftware.com/Blog/cgterm-for-os-x-10-9/

dirkwhoffmann commented 6 years ago

Thanks a lot for providing various links! I will look into it.

bluecursor commented 6 years ago

any progress on this?

dirkwhoffmann commented 6 years ago

Sorry, no progress yet. I watched the videos and it doesn't seem to be an easy task. As I am not a networking expert, I don't think that I will be able to implement it myself.

dirkwhoffmann commented 6 years ago

I close this issue for now as I don't expect network support to come soon. Anyway, thanks a lot for the links above! They will be very helpful for everyone who is eager to put their hands on this problem.