CAT 3208 monitoring
|
03-05-2013, 20:10
(This post was last modified: 03-05-2013 20:39 by davidbrady.)
Post: #22
|
|||
|
|||
RE: CAT 3208 monitoring
(03-04-2013 22:27)Ray Davis Wrote: It's a possibility, but not a slam dunk. The CANpod device is essentially what I would call J1587 over IP (it converts the binary into ascii, and sends ascii data). However, it runs in the default world in ad-hoc mode. I assume in your mixed environment you would connect a hard-line IP into a wireless system? This means a couple of things, to monitor both: Hey Ray, That's interesting, thanks. So CANpod only implements the ad-hoc mode? I could do the same. Probably the cheapest and most proven approach, at least in the Arduino world, would be to equip each Arduino with an ethernet shield and wire them all to a single wireless bridge/hub and transmit J1587 over UDP/IP (or whatever CANpod uses). The wireless bridge could be set to function in ad-hoc mode. Assuming each wireless device ( the CANpod, bridge, and iPod) implements the usual collision avoidance (CSMA/CA), you'll see a single data stream and you may not need to tell CANpod packets from Arduino packets - no de-multiplexing required on your end, everything on the same port number. Would that work? david brady, '02 Wanderlodge LXi 'Smokey' (Sold), '04 Prevost H3 Vantare 'SpongeBob' "I don't like being wrong, but I really hate being right" |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 5 Guest(s)