The following setup should now be used:
- The Ubuntu package “libbluetooth-dev” still needs to be installed.
- Download bluecove jar files (use 2.1.1 snapshot and download both the standard jar and the gpl jar-file).
- Download the microlog distribution. The Bluetooth server is the file called microlog-server-bluetooth-{version}.jar. Put all the jar files in the same folder and create a start script.
- Create a startup script for the server. This updated script will use the new main class and does not have any hardcoded version numbers.
bluecovegpl=$(ls bluecove-gpl-*.jar)
microlog=$(ls microlog-server-bluetooth-*.jar)
echo "The Microlog Bluetooth server loading: " $bluecove $bluecovegpl $microlog
gksu "java -cp $bluecovegpl:$bluecove:$microlog net.sf.microlog.server.btspp.gui.MicrologBluetoothServerUI"
If you have any problems with this script please let me know!
Ingen kommentarer:
Legg inn en kommentar