Jump to content

thoduv

Members+
  • Posts

    29
  • Joined

  • Last visited

Everything posted by thoduv

  1. Network packet capture (using ethereal). I'll try to do a wireless one, but I'm not sure of what kind of software to use...
  2. And what about this error, but happening randomly ? (seeing it works everytime with WFC games) Router i'm using: Netgear DG384G With packet captures, i'm able to see that it doesn't send anything (not even ARP). It happens even with WEP disabled.
  3. Okay, I get it works, but it seems to be a very weird bug in Dswifi : it works if SGIP_DEBUG is undefined in sgIP_Config.h (compiled by sgstair as "Release" version). When SGIP_DEBUG is defined, so debug functions are enabled (and even if the log function do nothing), I can't get it work...
  4. Hi ! I tried to send an HTTP request to an HTTP server and to receive the answer. But it doesn't work... Here is a packet capture where the request and the server answer can be seen : http://thoduv.drunkencoders.com/tmp/dswifi_http_test.pcap I won't show my code beacause it's too ugly, but I've tested it (exactly the same code) on my PC and it works. Using another protocol like Msn Messenger, this code works on DS (I manage to send a command to MSN server and receive the answer). I'm using a Netgear DG834G router/access point, which works fine with Nintendo WFC games. I did a lot of tries and searches but I definitively don't unterstand why it's not working (seeing it can be done : wifi_lib_test did it with TCP Connect test). Thanks ! -Thoduv;
  5. I've post some precisions on the project who is no longer called Dsmsn : http://thoduv.free.fr/p (with english translation for people hating french)
  6. As you can see, there are no wifi stuff in the program now. It's only an early developpement version... I'm intensively coding and waiting for TCP !
  7. I'm the "french dude" in question : it's not dead, have a look here : http://thoduv.free.fr/p (or here for a very bad translation : http://babelfish.altavista.com/babelfish/t...oduv.free.fr/p)
  8. Wow, that sounds really great ! I hope you manage to send the data
  9. Wow, I can't help you but it's a great project ! I hope you get it work !
  10. select() is a function that check if there is data that can be read on a socket, but it's not implemented in sgstair's lib. But why don't using non-blocking sockets ? It isn't a problem on a non-OS system like the DS...
  11. You can do small thing in Vblank interrupt (like animations). I don't think it's in the lib, but you can also use select(). I also remember someone on Gbadev has implemented a king of threading...
  12. Do you write your own DNS client or do you get a newer version of Dswifi ?
  13. I've also tried... and I've also found that global_connectAP is always 0 : never updated in the lib. You must keep the AP "id" of the connected AP and get infos with Wifi_GetAP...
  14. 2. I was also wondering why... It will be faster, no ? Can't the ARM7 CPU be used more than it is actually ? And another question: 4. Do you progress on the projet sgstair ?
  15. thoduv

    TCP/IP

    Yeah, but some news from the projet would be welcome... Only to show the project's not dead...
  16. You would probably have to change the internal IP and port. Since I'm protected by WEP here, I recompiled the source with the IP to send to as my outside line, forwarded port 8888, and stole a neighbor's wifi to test, and it seems to work fine. Make sure you aren't mismatching ports somewhere... <{POST_SNAPBACK}> WEP's working ?
  17. When will you release your lib with TCP support ? You known that UDP isn't used at all on the internet... The first reals internet apps will come when you will release DNS and TCP. Many devs and users are waiting for this first "useful" release for long times, and it doesn't arrive !..
  18. 12 days without an update ! Have you progressed ?
  19. Wow ! I hope you will have free time !
  20. Oh ! It's a great news ! I've also started a project that will use your lib !
  21. Ha haven't all understant in your last news... Is the project paused ? Will it be late ? About 1 week, 2 week, or undermined ? (Sorry but I've a bad english...)
  22. It does with sgstair's stack (sgIp) or Online games like Mariokart. But it doesn't with Ds NIFI (wmb) or DS Tunneling (that is being made by sgstair).
  23. Do you have progress on the TCP/IP protcol ?
  24. Does someone test it ? I'm hoping it will work ! If so : great job Loopy !
  25. This "little good driver" doesn't exist at all for the moment, and there are no projects of. The only driver is for PCI card with Ralink RT2560 and its author Firefly don't absolutely want to release his source code... (He said that nobody knows how to use this code.)
×
×
  • Create New...