Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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:

1. CANpod would have to be configured to run in an existing wireless system, do-able, but not trivial.

2. The app would have to multiplex between two IP streams. Currently it doesn't use UDP, but connects into a specific port and IP, and then sets the CANpod into a streaming mode (except when reading error codes). Once streaming the app reads the data as fast as it's coming. Some work would be need to be done to work with a separate UDP stream.

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"
Find all posts by this user
Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
CAT 3208 monitoring - nedb - 02-27-2013, 03:46
RE: CAT 3208 monitoring - Arcticdude - 02-27-2013, 10:17
RE: CAT 3208 monitoring - nedb - 02-27-2013, 19:58
RE: CAT 3208 monitoring - Arcticdude - 02-27-2013, 20:41
RE: CAT 3208 monitoring - davidbrady - 02-27-2013, 10:31
RE: CAT 3208 monitoring - nedb - 03-01-2013, 04:37
RE: CAT 3208 monitoring - Arcticdude - 02-27-2013, 11:11
RE: CAT 3208 monitoring - davidbrady - 02-27-2013, 11:16
RE: CAT 3208 monitoring - Arcticdude - 02-27-2013, 13:46
RE: CAT 3208 monitoring - Itchintogo - 02-27-2013, 14:23
RE: CAT 3208 monitoring - pgchin - 02-27-2013, 15:21
RE: CAT 3208 monitoring - davidbrady - 03-01-2013, 12:23
RE: CAT 3208 monitoring - nedb - 03-04-2013, 22:33
RE: CAT 3208 monitoring - Ray Davis - 03-04-2013, 19:16
RE: CAT 3208 monitoring - davidbrady - 03-04-2013, 20:04
RE: CAT 3208 monitoring - nedb - 03-07-2013, 04:27
RE: CAT 3208 monitoring - Ray Davis - 03-04-2013, 20:28
RE: CAT 3208 monitoring - davidbrady - 03-04-2013, 22:01
RE: CAT 3208 monitoring - Ray Davis - 03-04-2013, 22:27
RE: CAT 3208 monitoring - davidbrady - 03-05-2013 20:10
RE: CAT 3208 monitoring - nedb - 03-06-2013, 10:42
RE: CAT 3208 monitoring - Arcticdude - 03-04-2013, 23:15
RE: CAT 3208 monitoring - nedb - 03-04-2013, 23:55
RE: CAT 3208 monitoring - Arcticdude - 03-05-2013, 00:13
RE: CAT 3208 monitoring - Ray Davis - 03-05-2013, 21:48
RE: CAT 3208 monitoring - davidbrady - 03-05-2013, 22:50
RE: CAT 3208 monitoring - davidbrady - 03-06-2013, 10:57
RE: CAT 3208 monitoring - davidbrady - 03-07-2013, 15:17
RE: CAT 3208 monitoring - Ray Davis - 03-08-2013, 13:49
RE: CAT 3208 monitoring - davidbrady - 03-09-2013, 12:23
RE: CAT 3208 monitoring - Ray Davis - 03-09-2013, 14:40
RE: CAT 3208 monitoring - davidbrady - 03-09-2013, 18:30
RE: CAT 3208 monitoring - davidbrady - 03-12-2013, 10:46
RE: CAT 3208 monitoring - Ray Davis - 03-12-2013, 11:22



User(s) browsing this thread: 1 Guest(s)