an android application to forward gps data over a bluetooth rfcomm channel.
bluetoothgps is hosted in the following web site
https://github.com/djo938/bluetoothgps
If you think the Android project bluetoothgps listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of bluetoothgps.
Item | Value |
---|---|
Java File Count | 13 |
Target SDK Version | 15 |
Minimum SDK Version | 15 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN android.permission.CHANGE_NETWORK_STATE android.permission.INTERNET |
bluetoothgps has the following Java source files.
com.djo938.bluetoothgps.MainActivity.java com.djo938.bluetoothgps.SettingsActivity.java com.djo938.bluetoothgps.nmea.NMEA.java com.djo938.bluetoothgps.seeder.AbstractSeeder.java com.djo938.bluetoothgps.seeder.GPSSystem.java com.djo938.bluetoothgps.seeder.SeederClientInterface.java com.djo938.bluetoothgps.server.AbstractServer.java com.djo938.bluetoothgps.server.BluetoothServer.java com.djo938.bluetoothgps.server.ServerEvent.java com.djo938.bluetoothgps.server.TCPIPServer.java com.djo938.bluetoothgps.server.client.BluetoothClient.java com.djo938.bluetoothgps.server.client.ClientInterface.java com.djo938.bluetoothgps.server.client.TcpipClient.java