New event type

Cristhian Rios6 years ago

Hello Anton,

I need to add a new event type, really two new event types: PassengerIn and PassengerOut. I am using a "osmand" extension, but I don't know catch the event. Can you give a clue?

Anton Tananaev6 years ago

You can pass those events as "alarm" parameter.

Cristhian Rios6 years ago

Hi Anton,

Thanks fot the clue. Now I have other question. I am using now a Pt502 protocol extension. I am developing the communication layer in my custom deviece. I am going need to send the quantity of passengers in the position data; positive integer for PassengerIn and negative integer for PassengerOut. Where can I put that information ? below a example extracted from test and asuming "PAS" Alarm type. Thanks :)

"$PAS,1151000,205326.000,A,0901.3037,N,07928.2751,W,48.79,30.55,170814,,,A/00010,10000/0,0,0,0/15986500//fb8/"
Ryan4 years ago

did you manage to integrate passenger count?