8
EE-194 Wireless InterNetworkin g Jean Whitehead

EE-194 Wireless InterNetworking Jean Whitehead. Project #2 Goal: Develop a multi-player game for deployment on mobile devices. Mobile devices, very small

Embed Size (px)

Citation preview

Page 1: EE-194 Wireless InterNetworking Jean Whitehead. Project #2 Goal: Develop a multi-player game for deployment on mobile devices. Mobile devices, very small

EE-194Wireless

InterNetworking

EE-194Wireless

InterNetworkingJean WhiteheadJean Whitehead

Page 2: EE-194 Wireless InterNetworking Jean Whitehead. Project #2 Goal: Develop a multi-player game for deployment on mobile devices. Mobile devices, very small

Project #2Project #2

Goal: Develop a multi-player game for deployment on mobile devices.

Mobile devices, very small and have limited resources available for applications.

Chosen software environment: J2ME (midp implementation for Mac OS X)

“Golden Road”

Page 3: EE-194 Wireless InterNetworking Jean Whitehead. Project #2 Goal: Develop a multi-player game for deployment on mobile devices. Mobile devices, very small

Golden RoadGolden Road

Multi-player

Driving game where the player must “drive” their “car” along the “golden road” and avoid hitting the “walls” to end their round.

3 rounds

Page 4: EE-194 Wireless InterNetworking Jean Whitehead. Project #2 Goal: Develop a multi-player game for deployment on mobile devices. Mobile devices, very small

Networking SchemeNetworking Scheme

Every player must download the game onto their personal mobile device.

After every 3 rounds, each player’s score is uploaded onto the server at jeanduff.com/goldenroad.

The server figures out who is in the top 10, and sends back the updated information to the phone.

Page 5: EE-194 Wireless InterNetworking Jean Whitehead. Project #2 Goal: Develop a multi-player game for deployment on mobile devices. Mobile devices, very small

Screen ShotsScreen Shots

Page 6: EE-194 Wireless InterNetworking Jean Whitehead. Project #2 Goal: Develop a multi-player game for deployment on mobile devices. Mobile devices, very small

Project #3Project #3

Goal: Create a sensor network for environment sensing using MICA2 motes and TinyOS.

Sensor networks are rapidly being needed in uncontrolled physical environments.

“Enviro”

Page 7: EE-194 Wireless InterNetworking Jean Whitehead. Project #2 Goal: Develop a multi-player game for deployment on mobile devices. Mobile devices, very small

EnviroEnviroRadio communication between the motes for data collection.

Sensing light and temperature data in the individual environments.

Simple routing mechanism (based off of BcastM.nc program) to route messages beyond 1-hop.

A data visualization program to display the sensor data being received from each mote.

Page 8: EE-194 Wireless InterNetworking Jean Whitehead. Project #2 Goal: Develop a multi-player game for deployment on mobile devices. Mobile devices, very small

High-Level Overview High-Level Overview