DSBlue: Difference between revisions

From GameBrew
(Created page with "{{Infobox homebrew | title = DSBlue | image = File:Dsblue.jpg | type = Operating System | version = 22 September 2006 | licence = Mixed | auth...")
 
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox homebrew
{{Infobox DS Homebrews
| title       = DSBlue  
|title=DSBlue (mydsapp)
| image       = [[File:Dsblue.jpg]]
|image=Dsblue2.png
| type       = Operating System
|description=Wifi Modules, Scratch Pad, Remote Desktop, Calendar and Shoutcast support.
| version     = 22 September 2006  
|author=ThaKilla
| licence    = Mixed
|lastupdated=2006/09/22
| author      = ThaKilla
|type=Operating systems
| website     = http://forum.gbadev.org/viewtopic.php?t=11233
|version=2006
| download    = Media:Dsbluemydsapp.rar
|license=Mixed
| source      =
|download=https://dlhb.gamebrew.org/dshomebrew/dsblue.7z
}}  
|website=http://forum.gbadev.org/viewtopic.php?t=11233
 
}}
Blue DS (mydsapp) is an application features the potential of Shoutcast Support.  
Blue DS (mydsapp) is an application features the potential of Shoutcast Support.  


==Features==
==Features==
*A utility to find wireless access points, software packet capture and port scanner
* Utility to find wireless access points, software packet capture and port scanner.
*A text editor notepad style but will soon delete
* Text editor notepad style but will soon delete.
*A like vnc to control PC
* VNC to control PC.
*A calendar
* Calendar.
*A synchronization with the PC
* A synchronization with the PC.


==User guide==
==User guide==
'''Wifi Modules:'''
'''Wifi Modules:'''
:AP Finder (used to find and connect to a local AP)
* 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)
* 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)
* Port Scan (can scan for open ports on a certian IP).
 
'''Shoutcast:''' (does not work really, but the code should help others)
: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:''' (will be removed)
: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. (this will sync with the PC app soon)
[Images not permitted - Click here to view it]
 
'''Config:'''
:Wifi Settings.
 
'''Desktop Sync:''' (not implemented yet)
:Will be used to sync up information between DS and PC (mainly for the calendar at the moment, but will also include other settings)


The main reason for the release is more for Developers who are having problems.  
'''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).


[[File:Dsblue2.jpg]] [[File:Dsblue3.jpg]]
'''Remote Desktop:'''
* Still a little buggy.
* Connect to a PC (running the server program author made).


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).  
'''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).  


'''Note:''' with the "Remote Desktop" and "Sync" just must Stop and Re-"listen" to connect back. It was kinda thrown together.
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.


'''Note2:''' the Develpoer tab is used to create graphics and create code to use it.
It also contains a Scratch Pad, Calendar and Config with Wifi Settings.


==Controls==
==Controls==
With Stylus.
With Stylus.
==Screenshots==
https://dlhb.gamebrew.org/dshomebrew/dsblue2.jpg
https://dlhb.gamebrew.org/dshomebrew/dsblue3.jpg


==Known issues==
==Known issues==
Line 64: Line 55:
Shoutcast does not work. It will read station info, but playing has been removed.
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)
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:Homebrew applications]]
[[Category:DS homebrew applications]]
[[Category:Operating systems on DS]]

Latest revision as of 15:19, 14 November 2021

DSBlue (mydsapp)
Dsblue2.png
General
AuthorThaKilla
TypeOperating systems
Version2006
LicenseMixed
Last Updated2006/09/22
Links
Download
Website

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).

Remote Desktop:

  • Still a little buggy.
  • Connect to a PC (running the server program author made).

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.

It also contains a Scratch Pad, Calendar and Config with Wifi Settings.

Controls

With Stylus.

Screenshots

dsblue2.jpgdsblue3.jpg

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).

External links

Advertising: