| View previous topic :: View next topic |
| Author |
Message |
metalicaman8
Joined: 20 Dec 2007 Posts: 3
Digg It |
Posted: Thu Dec 20, 2007 12:27 am Post subject: question on drivers development |
|
|
| I would like to know for future knowledge how drivers are made. I know there is already one for the wii but there will always be new systems coming out. If anyone could help me or link a how to that would be great. |
|
| Back to top |
|
 |
Jewunit

Joined: 20 Jan 2008 Posts: 15 Location: KY
Digg It |
Posted: Sun Jan 20, 2008 7:31 pm Post subject: Re: question on drivers development |
|
|
| metalicaman8 wrote: | | I would like to know for future knowledge how drivers are made. I know there is already one for the wii but there will always be new systems coming out. If anyone could help me or link a how to that would be great. |
The wii realisticly doesn't run off of a "drive" it has flashram for things like storing memory(etc), I guess this is what your asking??? _________________ If to every begining there is an end and to every end there is a begining how do we know when anything ends? |
|
| Back to top |
|
 |
metalicaman8
Joined: 20 Dec 2007 Posts: 3
Digg It |
Posted: Mon Jan 21, 2008 3:13 am Post subject: clarification |
|
|
| no, what i meant is when the creator of glovePIE was writing the software how did he know what was going to come from the wii remote. eg: when you hit the "A" button say it sends wiimote.a to whatever it is connected to. How did the developer know to listen for wiimote.a? |
|
| Back to top |
|
 |
Cha0s Site Admin
Joined: 17 Jan 2007 Posts: 522
Digg It |
Posted: Mon Jan 21, 2008 3:57 am Post subject: |
|
|
Read the wiki. Or just use someone else's program. I wrote a library in Java, so that should last for the foreseeable future. _________________ Cha0s |
|
| Back to top |
|
 |
para
Joined: 20 Aug 2007 Posts: 89
Digg It |
Posted: Wed Jan 23, 2008 2:41 am Post subject: |
|
|
This and this were both excellent resources for me. Used it to develop a full featured library in C. How they obtained that information was probably by capturing data sent between the wii and wiimote when they knew what was supposed to be happening and figured out what all the bytes meant. I'm not 100% on how they reverse engineered it, but it was probably a long and complicated process. _________________ wiiuse C wiimote library - http://wiiuse.net/ |
|
| Back to top |
|
 |
|