Search found 209 matches

by EssEss
Sun Dec 29, 2013 8:31 pm
Forum: FreeEMS General
Topic: Code Review Requests
Replies: 3
Views: 10208

Re: Code Review Requests

w/CAN, you need someone else on the bus to assert the line and indicate that a frame was actually put out there error free. Without that the 'emitter' will begin sending error frames .. with enough of those, you begin to get into things like bus_off conditions where it takes itself off of the bus. I...
by EssEss
Sat Oct 05, 2013 2:08 am
Forum: Pit Lane
Topic: Pseudo Dyno
Replies: 7
Views: 12150

Re: Pseudo Dyno

do a run in both directions and null out wind ?
by EssEss
Sun Jul 21, 2013 4:14 pm
Forum: EMStudio
Topic: emstudio unit testing
Replies: 7
Views: 18318

Re: emstudio unit testing

I'll wait for Mike's view on all of this and continue w/some code in the meantime.

First up is the stuff between the plugin and the device.
by EssEss
Sat Jul 20, 2013 8:51 pm
Forum: EMStudio
Topic: emstudio unit testing
Replies: 7
Views: 18318

Re: emstudio unit testing

Oops ... I was assuming that Mike would take my stuff into his code base and they could live together in perpetuity. I just thought that's how it's done .. I guess it doesn't have to be done that way. Good point - I'll leave it up to him. The ultimate goal was to use this to help with safe refactori...
by EssEss
Sat Jul 20, 2013 5:49 am
Forum: EMStudio
Topic: emstudio unit testing
Replies: 7
Views: 18318

emstudio unit testing

I think I'm going to have a go at getting some components of emstudio under test. I plan on working from the dev branch and starting a new branch in the source tree at emstudio/test. In that dir will go my first commit and I'd like some feedback: https://github.com/essess/gh_markup/blob/master/READM...
by EssEss
Wed May 22, 2013 6:19 pm
Forum: Fred's Reference Tools
Topic: ULV Development Comments Thread
Replies: 8
Views: 37410

Re: ULV Development Comments Thread

If possible, I'd like to hear more about the workings/operations of the min max algorithim. There seems to be many choices around how to implement it, so I'm just curious about yours.
by EssEss
Tue May 21, 2013 2:22 pm
Forum: Fred's Reference Tools
Topic: ULV Development Comments Thread
Replies: 8
Views: 37410

Re: ULV Development Comments Thread

I am buying this the day it comes out. This seems to be shaping up as the best ems slanted visualization tool I've ever seen.
by EssEss
Tue May 21, 2013 2:04 pm
Forum: For Sale
Topic: For Sale: Jaguar 0.4-alpha boards [ALL SOLD! OBSOLETE!]
Replies: 36
Views: 162009

Re: For Sale: Jaguar 0.4-alpha boards

wow, I'll go ahead and drop my request. Looks like there are more people out there who would actually do something with it (well, more than I would do with it).

I'll jump on the next round.
by EssEss
Mon Apr 30, 2012 5:12 pm
Forum: Non-Free EMS
Topic: ms2 extra ignition
Replies: 25
Views: 36159

Re: ms2 extra ignition

My dev board for this platform is long gone.
One of these days, after my move in the next month, I swear FreeEMS is up for some testing/exploration.
by EssEss
Tue Apr 03, 2012 7:09 pm
Forum: Project Incubator
Topic: FreeEMS communications stress testing
Replies: 45
Views: 78362

Re: FreeEMS communications stress testing

"no OO abstractions" - Hmmmm. That was poorly worded. What I mean is that I want no language specific abstractions/dependencies exposed .. a flat api of pure fcalls. I've been doing lots of lib work lately and have learned to appreciate why the good libs are a flat api. Whatever was used ...