More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox homebrew | {{Infobox homebrew | ||
| title = DSBlue | | title = DSBlue (mydsapp) | ||
| image = [[File:Dsblue.jpg]] | | image = [[File:Dsblue.jpg]] | ||
| type = Operating System | | type = Operating System | ||
| version = 22 | | version = 22 Sept 2006 | ||
| licence = Mixed | | licence = Mixed | ||
| author = ThaKilla | | author = ThaKilla | ||
| website = http://forum.gbadev.org/viewtopic.php?t=11233 | | website = http://forum.gbadev.org/viewtopic.php?t=11233 | ||
| download = | | download = https://dlhb.gamebrew.org/dshomebrew/dsblue.7z | ||
| source = | | source = | ||
}} | }} | ||
Line 54: | Line 54: | ||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/dshomebrew/dsblue2.jpg | |||
https://dlhb.gamebrew.org/dshomebrew/dsblue3.jpg | |||
==Known issues== | ==Known issues== | ||
Line 63: | Line 64: | ||
Also the best way to use this, is by compiling the source if want to change anything. (uses the latest Wifi Lib, and devkitpro r19). | Also the best way to use this, is by compiling the source if want to change anything. (uses the latest Wifi Lib, and devkitpro r19). | ||
==External links== | |||
* GBADev - http://forum.gbadev.org/viewtopic.php?t=11233 | |||
[[Category:DS homebrew applications]] | [[Category:DS homebrew applications]] | ||
[[Category:Operating systems on DS]] | [[Category:Operating systems on DS]] |
Revision as of 10:17, 5 September 2021
DSBlue (mydsapp) | |
File:Dsblue.jpg | |
General | |
---|---|
Author(s) | ThaKilla |
Type | Operating System |
Version | 22 Sept 2006 |
Licence | Mixed |
Links | |
Download | |
Website |
<htmlet>adsense</htmlet>
Blue DS (mydsapp) is an application features the potential of Shoutcast Support.
Features
- Utility to find wireless access points, software packet capture and port scanner.
- Text editor notepad style but will soon delete.
- VNC to control PC.
- Calendar.
- A synchronization with the PC.
User guide
Wifi Modules:
- AP Finder (used to find and connect to a local AP).
- Packet Spy (used to view data floating in the air, no recording and locks up every now and again).
- Port Scan (can scan for open ports on a certian IP).
Shoutcast:
- Does not work really, but some may find the code useful.
- Its needs to be changed from using the sync method of libmad, to a frame based version.
- Has support for multiple list (hardcoded at the moment).
Scratch Pad:
- Was going to be a simple notepad, but the Calendar should take its place.
Remote Desktop:
- Still a little buggy.
- Connect to a PC (running the server program author made).
Calendar:
- View a calendar and enter in text for a certain day.
Config:
- Wifi Settings.
Desktop Sync:
- Not implemented yet.
- To use the server program there should be a folder called "VB6" just run "DSServer100.exe" if user does not have VB6 (or missing DLLs).
With the Remote Desktop and Sync, you must Stop and Re-listen to connect back. And the Develpoer tab is used to create graphics and create code to use it.
Controls
With Stylus.
Screenshots
Known issues
This is more of a learning tool than a real project, so there are bugs. A Main one is when connecting to an AP you must use the "Connect" button twice (think its a problem with the WIFI Lib).
Shoutcast does not work. It will read station info, but playing has been removed.
Also the best way to use this, is by compiling the source if want to change anything. (uses the latest Wifi Lib, and devkitpro r19).