90 likes | 207 Views
CellBus Final Release. Software Preparation. Required Midlet Software Java sdk 1.4.1 J2ME Toolkit (for emulation) See http://java.sun.com/j2me/ for installation help Midlet.jar (our midlet) Midlet.jad Required Server Software Tomcat 4.1 Server Java 1.4.1 server.war (our package).
E N D
Software Preparation • Required Midlet Software • Java sdk 1.4.1 • J2ME Toolkit (for emulation) • See http://java.sun.com/j2me/ for installation help • Midlet.jar (our midlet) • Midlet.jad • Required Server Software • Tomcat 4.1 Server • Java 1.4.1 • server.war (our package)
Site Preparation • Log files? • Socket • Files • Persistent connection to SDD server • Substantial bandwidth requirement • Images not quite working yet....
People Preparation • Users • Those who ask “Where’s my bus?” • Operators • Keeping up the servers • Maintainers • Extending the code
Users • Deal mostly with the Midlet • UI is intuitive. • Slightly difficult to read, but that’s a limitation of the medium
Operators • Images cost a lot • Disk Space • Bandwidth • RAM • Streaming SDD socket to ITS • Bandwidth • Computation to extract information
Maintainers • Reliant on sdd.its.washington.edu • Uses sdd package from its.washington.edu • Maps stored in servlet.war • Javadocs
IOC Success • Images more resource intensive than first expected. • Location serving properly • Midlet using interfacing properly with servlet. • Of 26 bugs • 14 resolved Fixed • 5 implemented • 2 Unresolved
Have we succeeded? • We’re close • A couple more details that should be worked out before it’s really public ready.