IPB

Welcome Guest ( Log In | Register )

> Board Rules!

Read this before you post!

3 Pages V  < 1 2 3 >  
Reply to this topicStart new topic
Official DS Wifi FAQ, All the answers you're dying to know.
alexa999
post Nov 6 2005, 03:37 PM
Post #12


Novice
Group Icon

Group: Members
Posts: 35
Joined: 12-October 05
Member No.: 7920



QUOTE (thoduv @ Nov 6 2005, 05:46 AM)
Do you have progress on the TCP/IP protcol ?
*


I was wondering the same thing, its been a week since an update! cool.gif
Go to the top of the page
 
+Quote Post
MasterKevosavi
post Nov 7 2005, 01:47 AM
Post #13


Novice
Group Icon

Group: Members
Posts: 25
Joined: 2-November 05
Member No.: 8074



QUOTE (alexa999 @ Nov 6 2005, 11:37 AM)
QUOTE (thoduv @ Nov 6 2005, 05:46 AM)
Do you have progress on the TCP/IP protcol ?
*


I was wondering the same thing, its been a week since an update! cool.gif
*



Just wondering that to!
Go to the top of the page
 
+Quote Post
sgstair
post Nov 7 2005, 05:21 AM
Post #14


Proud Fan
Group Icon

Group: Emulator Author
Posts: 203
Joined: 29-September 05
From: The depths of the Internet
Member No.: 7779



Of course I'm making progress... just wait, something big is about to happen... smile.gif

-Stephen
Go to the top of the page
 
+Quote Post
thoduv
post Nov 8 2005, 12:33 PM
Post #15


Novice
Group Icon

Group: Members
Posts: 29
Joined: 22-October 05
Member No.: 7995



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...)
Go to the top of the page
 
+Quote Post
Lockwood
post Nov 8 2005, 06:15 PM
Post #16


Novice
Group Icon

Group: Members
Posts: 26
Joined: 3-October 05
Member No.: 7840



He is not feeling very well he's sick do you mean that?
naughty.gif
Go to the top of the page
 
+Quote Post
thoduv
post Nov 19 2005, 07:33 PM
Post #17


Novice
Group Icon

Group: Members
Posts: 29
Joined: 22-October 05
Member No.: 7995



12 days without an update ! Have you progressed ?
Go to the top of the page
 
+Quote Post
alexa999
post Nov 23 2005, 03:16 PM
Post #18


Novice
Group Icon

Group: Members
Posts: 35
Joined: 12-October 05
Member No.: 7920



Update Update Update! But no change in percentages...
Go to the top of the page
 
+Quote Post
bafio
post Nov 24 2005, 07:08 PM
Post #19


Member
Group Icon

Group: Members
Posts: 78
Joined: 4-October 05
Member No.: 7849



QUOTE (sgstair @ Nov 7 2005, 06:21 AM)
Of course I'm making progress... just wait, something big is about to happen... smile.gif

-Stephen
*


Updates updates updates.....
It's all MKDS fault!? dry.gif
(meaning that you are all playing that all the time)

Any news with the tcp stack?

This post has been edited by bafio: Nov 25 2005, 12:37 AM
Go to the top of the page
 
+Quote Post
Lockwood
post Dec 13 2005, 06:38 PM
Post #20


Novice
Group Icon

Group: Members
Posts: 26
Joined: 3-October 05
Member No.: 7840



Hey Stephen,
Can you make a little update for backlight off when closing nds and a ''zoeff'' signal for getting a signal?
My nds can hold for only 2 hours with your tool!

This post has been edited by Lockwood: Dec 13 2005, 06:38 PM
Go to the top of the page
 
+Quote Post
yorel
post Mar 6 2006, 09:48 AM
Post #21


Novice
Group Icon

Group: Members
Posts: 29
Joined: 17-December 05
Member No.: 8373



Hello,

I have some stupid (?) questions. Could you answer me ?

What are exactly the BaseBand and the RF chips ?

What are spinlock and WIFI_AUTHLEVEL ? ( wifi_shared.h )

I know what is SSID but BSSID ? RSSI ?

I read somewhere that only the ARM7 was able to use Wifi's registers but i see the file wifi_arm9.h and wifi_arm9.c. So, i'm a little disappointed.

There is a great function in wifi_arm7.c : Wifi_ProcessReceivedFrame. Is-it possible to have more explanation about the code ? what is for ?
Go to the top of the page
 
+Quote Post
sgstair
post Mar 6 2006, 05:11 PM
Post #22


Proud Fan
Group Icon

Group: Emulator Author
Posts: 203
Joined: 29-September 05
From: The depths of the Internet
Member No.: 7779



QUOTE (yorel @ Mar 6 2006, 04:48 AM)
Hello,

I have some stupid (?) questions. Could you answer me ?

What are exactly the BaseBand and the RF chips ?

What are spinlock and WIFI_AUTHLEVEL ? ( wifi_shared.h )

I know what is SSID but BSSID ? RSSI ?

I read somewhere that only the ARM7 was able to use Wifi's registers but i see the file wifi_arm9.h and wifi_arm9.c. So, i'm a little disappointed.

There is a great function in wifi_arm7.c : Wifi_ProcessReceivedFrame. Is-it possible to have more explanation about the code ? what is for ?
*


The baseband & RF chips make up the chipset that does most of the work involved in sending and receiving data. Specificly the RF chip is composed of a Phase Locked Loop translating a reference frequency into a specific transmit frequency, and a mixer, which "moves" a data signal into the RF domain. The baseband chip talks to the RF chip, and controls when to send and receive data, as well as handling buffering of the sending and receiving processes.

a spinlock is a type of locking mechanism used in multithreaded interprocess communication, to ensure atomic data access.
WIFI_AUTHLEVEL is an arbitrary specifier used to track the process of authenticating and then associating to an access point.
BSSID is the base station SSID, or group SSID in the case of an ad-hoc network
RSSI is Received Signal Strength Indicator

Yes; the wifi hardware can *only* be used from the arm7. The reason I have a lot of code on the arm9 side is that I've written a transport interface that allows the arm9 to command the arm7, and tell it what to do basicly, and the data is transferred between the processors automaticly.

Wifi_ProcessReceivedFrame is called whenever a frame is received; it's purpose is to detect certain types of frames (specificly: beacons, and authentication and associacion related packets) and to change the local state or local data store based on them. The function itself is large, but it's premise and layout is very simple.

-Stephen
Go to the top of the page
 
+Quote Post

3 Pages V  < 1 2 3 >
Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 21st November 2009 - 02:50 AM