Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit ab56e32

Browse files
committed
Added Emulator info, new Swing App info and other minor improvements.
1 parent d4fd898 commit ab56e32

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

Documentation/HackathonQuickStart.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
Hackathon - Quick Start Developers Guide
33
===============
4+
This guide is mainly intended for developers (attending Philips sponsored hackathons) who wish to use the Java SDK.
5+
46
<h2>Prerequisites</h2>
57

68
<ul>
@@ -13,24 +15,24 @@ Either download the source as a .zip or use your favourite git client:-
1315

1416
https://github.com/PhilipsHue/PhilipsHueSDKAndroid
1517

16-
Here you have 2 Sample Apps (Android projects). Pick either to use as a starting point.
18+
Here you have 2 Sample Apps (Android projects) and 1 Java Desktop Application. Pick either to use as a starting point.
1719
<ul>
1820
<li>QuickStart App. Contains a skeleton app with minimal functionality for connecting to a bridge and setting lights.</li>
1921
<li>Example App. A more complete app containing schedules, groups, scenes.</li>
22+
<li>Desktop App. A Java Desktop Application written in Swing showing how to connect to your Hue Lights.</li>
2023
</ul>
21-
Import either (as an Android project) into your favourite IDE.
24+
Import either into your favourite IDE.
2225

23-
##Deployment
24-
For installing the ADB drivers for the Amazon Kindle it is recommended to follow the below 2 links.
25-
26-
https://developer.amazon.com/sdk/fire/setup.html (Installing SDK Add-Ons)
27-
28-
https://developer.amazon.com/sdk/fire/connect-adb.html
29-
3026
##Connecting to/finding a Bridge
31-
On your mobile device in your Wi-Fi settings connect to the router that corresponds to the label on your bridge (e.g. For "hue dev 009" Wi-Fi name would be "hue dev 009 2.4GHz").
27+
On your mobile device in your Wi-Fi settings connect to the router that corresponds to the label on your developer kit (e.g. For "hue dev 009" Wi-Fi name would be "hue dev 009 2.4GHz").
3228

3329
Password is: <b>philipshue</b>
30+
31+
### Using an Emulator.
32+
If there are no developer kits available an Emulator can be used instead.
33+
The following emulator is currently in development but it should be usable:
34+
35+
http://steveyo.github.io/Hue-Emulator/
3436

3537
##Classpath
3638
The <b>huelocalsdk.jar</b> and the <b>sdkresources.jar</b> should be placed in your project buildpath (these are located under the /libs folder in either of the sample apps).

0 commit comments

Comments
 (0)