diff options
| author | Ido Hadanny <ido.hadanny@gmail.com> | 2011-09-22 21:30:13 +0300 |
|---|---|---|
| committer | Ido Hadanny <ido.hadanny@gmail.com> | 2011-09-22 21:30:13 +0300 |
| commit | 53b947df484159f5934898ba6c0aa69a9c869007 (patch) | |
| tree | 189d5903a67765c390de8f1e3423e6b80cde57d1 /roombacomm-client/lib | |
| parent | 654ca6d59e99b5e72b05dfb917bc5888c4ba6b1b (diff) | |
added stuff
Diffstat (limited to 'roombacomm-client/lib')
| -rw-r--r-- | roombacomm-client/lib/bluecove/bluecove-2.1.0.jar | bin | 0 -> 547156 bytes | |||
| -rw-r--r-- | roombacomm-client/lib/jargs.jar | bin | 0 -> 11586 bytes | |||
| -rw-r--r-- | roombacomm-client/lib/rxtx/README.rxtx | 16 | ||||
| -rw-r--r-- | roombacomm-client/lib/rxtx/RXTXcomm.jar | bin | 0 -> 59464 bytes | |||
| -rw-r--r-- | roombacomm-client/lib/rxtx/librxtxSerial.jnilib | bin | 0 -> 326432 bytes | |||
| -rw-r--r-- | roombacomm-client/lib/rxtx/librxtxSerial.so | bin | 0 -> 154682 bytes | |||
| -rw-r--r-- | roombacomm-client/lib/rxtx/macosx_setup.command | 54 | ||||
| -rw-r--r-- | roombacomm-client/lib/rxtx/rxtxSerial.dll | bin | 0 -> 77759 bytes |
8 files changed, 70 insertions, 0 deletions
diff --git a/roombacomm-client/lib/bluecove/bluecove-2.1.0.jar b/roombacomm-client/lib/bluecove/bluecove-2.1.0.jar Binary files differnew file mode 100644 index 0000000..405de6d --- /dev/null +++ b/roombacomm-client/lib/bluecove/bluecove-2.1.0.jar diff --git a/roombacomm-client/lib/jargs.jar b/roombacomm-client/lib/jargs.jar Binary files differnew file mode 100644 index 0000000..b1d7266 --- /dev/null +++ b/roombacomm-client/lib/jargs.jar diff --git a/roombacomm-client/lib/rxtx/README.rxtx b/roombacomm-client/lib/rxtx/README.rxtx new file mode 100644 index 0000000..6cfdc06 --- /dev/null +++ b/roombacomm-client/lib/rxtx/README.rxtx @@ -0,0 +1,16 @@ +These RXTX files were just copied directly from the rxtx website http://rxtx.qbang.org/wiki/index.php/Download + +Their versions are reported as: + Native lib Version = RXTX 2.1-7r2 + Java lib Version = RXTX 2.1-7r2 + + + + +If you've never used RXTX before on your Mac OS X box, run the command: + +% ./macosx_setup.command + +And then shutdown (not just log out) and log back in again. +And read this faq from Processing: http://processing.org/faq/bugs.html#serial + diff --git a/roombacomm-client/lib/rxtx/RXTXcomm.jar b/roombacomm-client/lib/rxtx/RXTXcomm.jar Binary files differnew file mode 100644 index 0000000..84e5f01 --- /dev/null +++ b/roombacomm-client/lib/rxtx/RXTXcomm.jar diff --git a/roombacomm-client/lib/rxtx/librxtxSerial.jnilib b/roombacomm-client/lib/rxtx/librxtxSerial.jnilib Binary files differnew file mode 100644 index 0000000..2d3f20d --- /dev/null +++ b/roombacomm-client/lib/rxtx/librxtxSerial.jnilib diff --git a/roombacomm-client/lib/rxtx/librxtxSerial.so b/roombacomm-client/lib/rxtx/librxtxSerial.so Binary files differnew file mode 100644 index 0000000..e60c5e6 --- /dev/null +++ b/roombacomm-client/lib/rxtx/librxtxSerial.so diff --git a/roombacomm-client/lib/rxtx/macosx_setup.command b/roombacomm-client/lib/rxtx/macosx_setup.command new file mode 100644 index 0000000..f6d9c9b --- /dev/null +++ b/roombacomm-client/lib/rxtx/macosx_setup.command @@ -0,0 +1,54 @@ +#!/bin/sh + +# modified to change from /var/spool/uucp to /var/lock for rxtx 2.1_7r2 +# for processing release 0112, 13 april 2006 [fry] + +# originally fixperm.sh from rxtx-2.1_6/contrib +# with a couple additions from pathsetup.command from fink [fry] + +# A script to fix permissions for lock files on Mac OS X +# Contributed by Dmitry Markman <dimitry.markman@verizon.net> +# Fri Aug 23 15:46:46 MDT 2002 + +echo "" +echo "" +echo "This command will take care of a couple system things" +echo "so that you can properly use the serial port to communicate" +echo "between hardware devices and processing." +echo "" +echo "If there are actually changes that need to be made, then" +echo "enter your password when prompted. The command uses sudo," +echo "and you'll need to have administrator access." +echo "" + +echo -n "Do you want to continue? [Y/n] " +read answer +answer=`echo $answer | sed 's/^[yY].*$/y/'` +if [ -z "$answer" -o "x$answer" = "xy" ]; then + curruser=`sudo id -p | grep 'login' | sed 's/login.//'` + + if [ ! -d /var/lock ] + then + sudo mkdir /var/lock + fi + + sudo chgrp uucp /var/lock + sudo chmod 775 /var/lock + + if [ ! `sudo niutil -readprop / /groups/uucp users | grep $curruser > /dev/null` ] + then + sudo niutil -mergeprop / /groups/uucp users $curruser + fi + + echo "Finished making changes, you should be all set" +else + echo "Ok, nevermind then." +fi + +echo "" +echo "" +echo " (All done... you can close this window now)" +echo "" +echo "" +echo "" + diff --git a/roombacomm-client/lib/rxtx/rxtxSerial.dll b/roombacomm-client/lib/rxtx/rxtxSerial.dll Binary files differnew file mode 100644 index 0000000..c0e6b58 --- /dev/null +++ b/roombacomm-client/lib/rxtx/rxtxSerial.dll |
