PDA

View Full Version : Current knowledge and development of dialup PPP



scherzo
December 7th, 2004, 13:45
This question is mostly directed towards Dan since I'm sure he's researched it, and it's a feature that would definitely belong in KOS once developed.

What is the current knowledge and progress of actually connecting to a dialup ISP and having full internet capabilities? It's no secret that my wish is to eventually make a version of NesterDC with netplay support. I just would like to gather up all the information and code there currently is so that I can try to solve this myself.

c99koder
December 8th, 2004, 09:03
AFAIR it works over the serial cable, and someone got it to dial out w/ the modem but it wouldn't communicate correctly. An updated modem driver was checked into KOS svn last week, but I don't know if anyone has tried it yet.

scherzo
December 8th, 2004, 11:18
Hmm... I'm using the precompiled svn 165 from GPF. The last time I tried rebuilding my dev env myself, I had conflicts with KOS libc and newlib, which I know isn't needed anymore. I just couldn't figure out how to get rid of it in the build script I was using. Maybe I didn't try hard enough. :P Does anyone have a good post-newlib build script? I see that KOS svn is up to 179 now.

c99koder
December 9th, 2004, 23:12
http://sourceforge.net/mailarchive/forum.php?thread_id=5369684&forum_id=2046

I used his makefile to build my current toolchain, which can build KOS from svn without any trouble.

http://3e8.org/hacks/dc/dc-chain-0.1.tgz is the direct link to the download.

-Sam

GPF
December 9th, 2004, 23:22
Hmm... I'm using the precompiled svn 165 from GPF. The last time I tried rebuilding my dev env myself, I had conflicts with KOS libc and newlib, which I know isn't needed anymore. I just couldn't figure out how to get rid of it in the build script I was using. Maybe I didn't try hard enough. *:P Does anyone have a good post-newlib build script? I see that KOS svn is up to 179 now.

You should just be able to download the latest weekly snapshot at http://gamedev.allusion.net/svn/snapshots/ and overwrite your existing kos directories after doing a make clean and then make sure no stray .o and .a files are left. and then just rebuild the new kos version. Thats if your using my toolchain as well.

Troy

BlueCrab
December 10th, 2004, 21:47
AFAIR it works over the serial cable, and someone got it to dial out w/ the modem but it wouldn't communicate correctly.
I managed to get it to dial out, connect, and recieve the server/client IP pairs, but after that, every single packet started to be dropped. I never did figure out what was going wrong. :-/

An updated modem driver was checked into KOS svn last week, but I don't know if anyone has tried it yet.I tried with the updated modem driver, and had no better luck...