Page 3 of 3

Re: Bwired track & trace app Btraced in the appstore

Posted: Sat Mar 24, 2012 5:32 pm
by Bwired
Hi Bas,
I saw you coming in on Btraced :)
i will mail you soon the sample PHP code
get back to you

Re: Bwired track & trace app Btraced in the appstore

Posted: Sat Mar 24, 2012 10:51 pm
by Bwired
Lots of technical information about Btraced is now the btraced forum
http://forum.btraced.com
Needs to grow, but its a start:)

Re: Bwired track & trace app Btraced in the appstore

Posted: Sun Mar 25, 2012 1:15 pm
by DJF3
Just got it from the Appstore..
Really curious to find out what the Battery life impact is..

Where can I find detailed instructions? example:
- Copy xxx.asp to your homeseer html folder
- Create MySQL DB by running xxxx.asp
- Point the iPhone app to the xxx.asp on your HS server
(create user xxx + pwd first in HS?)
etc.

Has anyone modified the script to run with 'local .MDB' files instead of mySQL?
That makes it easier to integrate with the existing scripts that I have which use an .MDB file as database

Cheers
DJ

Re: Bwired track & trace app Btraced in the appstore

Posted: Sun Mar 25, 2012 5:08 pm
by Bwired
Check these topics for the Btraced protocol
http://forum.btraced.nl/viewforum.php?f=6

There is a existing script used for homeseer which is called Snelv, it can handle a xml which are uploaded to HS?
Should not be hard to adjust this.
I dont have HS, otherwise i would create a script.
I think its a matter of time.
The sample asp script which is on the forum is also easy to adjust.
Php will follow soon

Re: Bwired track & trace app Btraced in the appstore

Posted: Mon Apr 16, 2012 10:43 am
by Herbus
Are there any experiences with Btraced and Homeseer yet?
Interested in your solution/set-up.

Re: Bwired track & trace app Btraced in the appstore

Posted: Mon Apr 16, 2012 10:54 am
by DJF3
Same here... Bought the app but don't have time to create the Homeseer integration myself. I do have a MySQL server but that's at a hosting provider which doesn't support ASP(X).

Re: Bwired track & trace app Btraced in the appstore

Posted: Wed Mar 13, 2013 9:17 pm
by Bwired
Today we started developing an Android version for Btraced Track & Trace.
We received many requests for this so we had to start

Also today a fix update version 1.1.4 for the Btraced iPhone version.

What's new on version 1.1.4?

- Fixed a problem that the GPS signal suddenly stops in iOS 6 in background
- Fixed real-time upload issues in iOS 6
- Minor Bug Solved: Changed the default altitude value when it is not present to -32000
- Minor bug solved: the upload status bar sometimes did not show the latest information. This only occured when Btraced was in the background or when the screensaver was activated.

the updated protocol can be found here
http://forum.btraced.com/viewtopic.php?f=6&t=10#p510

Many regards
Pieter

Re: Bwired track & trace app Btraced in the appstore

Posted: Thu Mar 14, 2013 11:45 am
by Rene
Why do you use XML? XML results in a lot of overhead which is very relevant when using 3G for communication. A better option would be to use JSON.

Re: Bwired track & trace app Btraced in the appstore

Posted: Thu Mar 14, 2013 9:06 pm
by Bwired
Agree about that, we are thinking to do both later.
But first the Android version :)

Re: Bwired track & trace app Btraced in the appstore

Posted: Fri Mar 15, 2013 4:43 pm
by Alexander
And only send the LAT or LON if that changes, not both.

Re: Bwired track & trace app Btraced in the appstore

Posted: Fri Mar 15, 2013 9:43 pm
by Bwired
there is an option to just upload the point when moved x meters
complete set is uploaded then, only sending Lat or Lon in that case?

Re: Bwired track & trace app Btraced in the appstore

Posted: Sat Mar 16, 2013 2:26 am
by Digit
I assume that travelling exactly N,E,S or W is not that common, so not sending both L&L will not have such a big impact on data reduction.
Maybe when also watching altitude and everything else that's being sent.
I do agree on using JSON instead of XML; that will definitely reduce the amount of useless bytes.
Says a non-BTraced user :wink: