I just implemented a "Socket" generator for obdsim, which "may" work with wifi OBDII dongles.
To try it:
Code:
svn co svn://svn.icculus.org/obdgpslogger/trunk obdgpslogger
cd obdgpslogger
mkdir build; cd build # Separate build subdir
cmake ..
make
# Drops binaries in "bin" dir in top level checkout
PATH=`pwd`/../bin:$PATH ; export PATH
obdsim -g Socket -s host:port -o
The "-o" on obdsim causes it to launch obdgpslogger attached to the pty it creates. Needs cmake to build, but that's about it for base compilation.
Should work on any posix-ish machine that can address the dongle. All I've been able to do so far is set it up and use it with localhost:echo.
Thank-you! I greatly appreciate it. There's no hurry on this, just whenever you find yourself a few minutes to try it :-)
Gary (-;
Bookmarks