• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ad hoc networks over 802.11b?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,

I was wondering if it is possible for a mobile device to 'discover' another mobile device and start an ad hoc connection with it? (Either 802.11b or bluetooth)

Is this possible with J2ME?

Thank you.

Jordan Willms
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using J2ME Wireless Toolkit 2.2 Beta..
This version supports Bluetooth/OBEX in J2ME(JSR 82).
You just need to choose this addtional API in configuration.
This package is made by JCP.
You can download API document and JSR-82 specification from http://jcp.org/aboutJava/communityprocess/final/jsr082/
 
reply
    Bookmark Topic Watch Topic
  • New Topic