-
Hi Martin,
I changed the Domain Level Property "trackMap.fleetDeviceEventCount" value from 1 to 5.
But when I show Device Group Map I can see only 1 event for each device.
My test installation is available at: http://mirror.bbgts.com/track/Track
with a little improvement in the Login page (thanks to Eduardo) ;-)
You can try It using the Demo account.
In the private.xml there is...
2009-11-06 10:17:49 UTC in Open GPS Tracking System
-
Hi Paul,
the template server show an example about parsing two ASCII data.
See remarks in the "parseInsertRecord\_ASCII_1/2".
The parseInsertRecord_RTProps must be used two transfer parsing data bettwen two servers.
to choice which protocol is used in the TrackClientPacketHandler you must change "DATA\_FORMAT_OPTION" constant.
Your device doesn't use RTP or ASCII protocol, but...
2009-11-06 07:07:15 UTC in Open GPS Tracking System
-
Hi Martin,
I'm trying this new features in the 2.1.7 release,
I setup the Property "trackMap.fleetDeviceEventCount=5" in the private.xml file, but nothing seems to change.
I need to make some other changes in the code ?
Regrads,
- Pierluigi.
2009-11-05 23:23:53 UTC in Open GPS Tracking System
-
Hi Paul,
you can't use template "as is", you need to change it according the protocol used by your device.
You use a Tzone (or similar device with the same protocol).
This device use a binary code to send event to the server.
The template altought can use Binary protocol, use by default an ASCII protocol, you must change
parseInsertRecord function in the TrackClientPacketHandler.java...
2009-11-05 23:17:19 UTC in Open GPS Tracking System
-
Hi Martin,
I've got a custom Login Page WORKING!!
The use of reqState.getPrivatLabel().getName() is the better choice for my needs, instead getHostName().
I'm using a different cssDir to customize look and feel, but I've found two limits in the current implementation.
In the LoginSession.jsp to use different "default slyles" the css dir must be changed manually (are only three rows, so...
2009-11-04 22:45:32 UTC in Open GPS Tracking System
-
Hi Martin,
you are right the error was exactly the last char "}"
It's time to go to sleep for me.... tomorrow it's another day ;-)
Best Regards,
- Pierluigi.
2009-11-04 22:30:11 UTC in Open GPS Tracking System
-
Hi Martin,
I'm testing 2.1.7 release.
The google MAP KEY doesn't works for my if I use the new form:
MapProvider name="googleMaps" active="true"
class="org.opengts.war.maps.jsmap.GoogleMaps"
key="AB....hQ}"
rtPropPrefix="Domain.MapProvider.">
instead works fine if I use the old notation:
MapProvider...
2009-11-04 20:32:47 UTC in Open GPS Tracking System
-
I partially anwser by myself to 2nd question.
In the AccountLogin.java I can use the method: reqState.getPrivateLabel()
to read current Host Domain.
This is sufficient to create a parametric login body.
BTW, which is (if exist) the method to read Domain "name" (not Host).
Regrads,
- Pierluigi.
2009-11-04 17:27:21 UTC in Open GPS Tracking System
-
Hi Martin,
I've already made what you suggest to me, but my needs are little bit different.
I'll try to explain me troubles.
OK, loginSession.jsp create the structure for the login page, but
1 - default styles (General.css, MenuBar.css, Controls.css) use always the "css" dir and not the "cssDir" parameter. This could be an improvement.
2 - the tag...
2009-11-04 11:23:36 UTC in Open GPS Tracking System
-
Solved,
it was a my mistake.
In the new Domain I'm using like Alias the same host name , so the server found the duplicate.
Previous setup:
Domain name="test" host="bbgts"
Alias host="bbgts"
changing to:
Alias host="mickey"
make all works fine
Thank you,
- Pierluigi.
2009-11-04 09:08:11 UTC in Open GPS Tracking System