HTTP via Bluetooth

Status
Nicht offen für weitere Antworten.

Labomba

Mitglied
Hi!

Kann mir jemand sagen ob es möglich ist, einen HTTP-Request über die Bluetoothschnittstelle zu machen (und evt. auch wie *g*)?
Wenn ich es normal über eine HTTPConnection mache wird ja eine Internetverbindung über GPRS/UMTS oder sonst was geöffnet. ICh würde aber gern über Bluetooth oder auch WLAN in ein LAN und so ins Internet.

Ich hoffe jemand kann mir weiterhelfen. :)

MfF Labomba
 

pogo

Bekanntes Mitglied
ja es geht.
man benötigt
content = (InputConnection)Connector.open("comm:5;baudrate=4800"); //comm ist portnummer bei mir 5
und
InputStream in = content.openInputStream();
per
in.read(x)
kann nun gelesen werden
 
G

Gast

Gast
kann jemand bitte mal einen link geben? Ich habs schon mit dem mRouter probiert aber hab es nicht hingebracht. Ich habe ein Siemens SXG75.
MfG Michael
 
Status
Nicht offen für weitere Antworten.
Ähnliche Java Themen
  Titel Forum Antworten Datum
Besset Android http request an interne ip adresse funktioniert nicht Android & Cross-Platform Mobile Apps 8
T Fehler Android Studio: java.net.MalformedURLException: no protocol: http%3A%2F%2Fwww.mal ..... Android & Cross-Platform Mobile Apps 2
L Android Daten von Webseite runterladen, die mit HTTP-Authentifizierung gesichert ist Android & Cross-Platform Mobile Apps 5
S Android kriege einfach keine HTTP Connection hin Android & Cross-Platform Mobile Apps 1
B Android HTTP Login mit Cookies? Android & Cross-Platform Mobile Apps 3
N Android Http-Post mit Parametern... wie? Android & Cross-Platform Mobile Apps 3
A Problem mit HTTP- Verbindung Android & Cross-Platform Mobile Apps 4
N Error in HTTP operation beim KXML parsen Android & Cross-Platform Mobile Apps 7
M HTTP Post benutzen Android & Cross-Platform Mobile Apps 2
K HTTP-Verbindung mit J2ME.... Android & Cross-Platform Mobile Apps 2
K Androidstudio Bluetooth connect Android & Cross-Platform Mobile Apps 6
xXSkyWalkerXx1 Android Bluetooth LE - Frage zur Funktionalität Android & Cross-Platform Mobile Apps 26
S Android Studio Bluetooth App Problem Android & Cross-Platform Mobile Apps 6
D Android Bluetooth Chat Example modifizieren Android & Cross-Platform Mobile Apps 6
T Musik über Bluetooth streamen Android & Cross-Platform Mobile Apps 2
H WIFI, Bluetooth und NFC Verbindung überwachen Android & Cross-Platform Mobile Apps 1
A Zweite Kamera an HTC und per Bluetooth kommunizieren? Android & Cross-Platform Mobile Apps 2
W Bluetooth und obex Package nutzen Android & Cross-Platform Mobile Apps 4
P Bluetooth vom remoteDevice auf den Stream Android & Cross-Platform Mobile Apps 9
K Java ME Bluetooth verbindung parameter Android & Cross-Platform Mobile Apps 3
K Java ME Bluetooth geräte suchen Android & Cross-Platform Mobile Apps 2
K Java ME J2ME Bluetooth - bluesoleil,bluecove, JSR82... ? Android & Cross-Platform Mobile Apps 6
S Wie teste ich meine Bluetooth Anwendung Android & Cross-Platform Mobile Apps 4
G Bluetooth LocalDevice.isPowerOn() meldet false Android & Cross-Platform Mobile Apps 2
R Bluetooth und Sun Wireless Toolkit 2.5.2 Android & Cross-Platform Mobile Apps 3
G Bluetooth Verbindung zwischen Handy und PC Android & Cross-Platform Mobile Apps 5
W Datenbankzugriff, WLAN, Bluetooth Android & Cross-Platform Mobile Apps 2
T Java Bluetooth Kalender Android & Cross-Platform Mobile Apps 2
C How to send AT-Commands via Bluetooth using JSR-82 Android & Cross-Platform Mobile Apps 3
G Bluetooth Verbindung Android & Cross-Platform Mobile Apps 2
J Bluetooth Stick und Lego Mindstorms Android & Cross-Platform Mobile Apps 2
O Bluetooth Verbindung zwischen 2 Handys Android & Cross-Platform Mobile Apps 5
D Bluetooth Pairing dem Programm ueberlassen? Android & Cross-Platform Mobile Apps 3
D Start/Stop Bit per Bluetooth von PC zu PC, oder PCtoHandy Android & Cross-Platform Mobile Apps 2
M bluetooth? Android & Cross-Platform Mobile Apps 3

Ähnliche Java Themen

Neue Themen


Oben