Ben's messing aroung with FreeEMS-Tuner code

Aaron Barnes' wxPython based FreeEMS tuning tool. No longer maintained and out of date with the protocol requirements.
User avatar
sry_not4sale
LQFP144 - On Top Of The Game
Posts: 568
Joined: Mon Mar 31, 2008 12:47 am
Location: New Zealand, land of the long white burnout
Contact:

Re: FreeEMS-Tuner Development Diary - Comments

Post by sry_not4sale »

Good work for getting a clone set up!!! If you have got that far then you're set.

You can't push to a public repo like that, otherwise everyone would be able to update/destroy it ;)

I will make mine available for you to push to :)

In the meantime, you can use

Code: Select all

git log
to find the hashes of your commits. And

Code: Select all

git show $hash
to create a patch which you can send to me...

Cheers,
Aaron
Owner / Builder: 1983 Mazda Cosmo 12at (1200cc 2-rotor turbo) coupe [SPASTK]
165hp @ 6psi standard - fastest production car in japan Oct 82
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: FreeEMS-Tuner Development Diary - Comments

Post by Fred »

sry_not4sale wrote:I will make mine available for you to push to :)
I feel SO left out! ;-) I couldn't push my parity setting change either :-( So I went :

Code: Select all

(you) git push msn (this) change : ODD
Did you also notice that I'm not alone expecting a default config/data directory? The way most apps do this seems to be with a fully optioned file with everything commented out. Just a thought.

Fred.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
sry_not4sale
LQFP144 - On Top Of The Game
Posts: 568
Joined: Mon Mar 31, 2008 12:47 am
Location: New Zealand, land of the long white burnout
Contact:

Re: FreeEMS-Tuner Development Diary - Comments

Post by sry_not4sale »

I'm up for suggestions :)

The idea of the default config was that if you munged your config file you could just delete it and things would keep working

I'm new to running an open source project :oops:
Owner / Builder: 1983 Mazda Cosmo 12at (1200cc 2-rotor turbo) coupe [SPASTK]
165hp @ 6psi standard - fastest production car in japan Oct 82
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: FreeEMS-Tuner Development Diary - Comments

Post by Fred »

sry_not4sale wrote:The idea of the default config was that if you munged your config file you could just delete it and things would keep working
I really like the replacing missing config idea, but I think an all comments default is a people thing. A lot of us will go looking for it *before* we run the app ;-)

I'm also new to running an open source project, don't worry, you are doing a fantastic job :-)

Fred.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
jharvey
1N4001 - Signed up
Posts: 1607
Joined: Tue Jun 10, 2008 5:17 pm

Re: FreeEMS-Tuner Development Diary - Comments

Post by jharvey »

I'm in a similar boat here about the data folder and such. I blew away the directory, then used wget -rF http://github.com/srynot4sale/freeems-tuner.git/ to get the files fresh, then found no data folder, I created it, then added the config file with Test. Appears to have worked, but I don't see the human readable part I was expecting.

Image
User avatar
BenFenner
LQFP144 - On Top Of The Game
Posts: 360
Joined: Wed Jul 09, 2008 3:15 pm

Re: FreeEMS-Tuner Development Diary - Comments

Post by BenFenner »

Aaron hasn't applied my changes to the repo yet. If you want the human readable changes, you can download the two files I last posted and swap them in.

Aaron, I tried "git log" and "git show $hash" and saw commits and then diffs respectively but have no idea what to do from there. =/
User avatar
jharvey
1N4001 - Signed up
Posts: 1607
Joined: Tue Jun 10, 2008 5:17 pm

Re: FreeEMS-Tuner Development Diary - Comments

Post by jharvey »

Not a big deal here, I was simply trying to add to the list of successful runs.
User avatar
BenFenner
LQFP144 - On Top Of The Game
Posts: 360
Joined: Wed Jul 09, 2008 3:15 pm

Re: Ben's messing around with FreeEMS-Tuner

Post by BenFenner »

I'm working on a hex editor style display of packets.

I've finally got my head wrapped around the packet sending and receiving. Right now the receiving leaves a lot to be desired. Aaron, I'd love to talk to you about some stuff. Add my work AIM screen name to your buddy list.
User avatar
sry_not4sale
LQFP144 - On Top Of The Game
Posts: 568
Joined: Mon Mar 31, 2008 12:47 am
Location: New Zealand, land of the long white burnout
Contact:

Re: Ben's messing around with FreeEMS-Tuner

Post by sry_not4sale »

Yeah receive is horrid. Currently all it does is a basic check to see if there is something resembling a complete packet.

I have written some code to parse it into its parts, which I will push today. Next is to create a receive packet class and load the data into that.
Owner / Builder: 1983 Mazda Cosmo 12at (1200cc 2-rotor turbo) coupe [SPASTK]
165hp @ 6psi standard - fastest production car in japan Oct 82
User avatar
BenFenner
LQFP144 - On Top Of The Game
Posts: 360
Joined: Wed Jul 09, 2008 3:15 pm

Re: Ben's messing around with FreeEMS-Tuner

Post by BenFenner »

Had an AIM talk with Aaron. I'm back on track. He's taking care of receive stuff. Thank god. =]

Got a little side tracked there. Back to work.
Post Reply