Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropship app simulator #3

Merged
merged 1 commit into from
Aug 17, 2014
Merged

Conversation

drtoast
Copy link
Contributor

@drtoast drtoast commented Aug 17, 2014

@southgate I thought this quick and dirty simulator might be useful for testing event sequences without requiring access to the iOS app. The DSL spits out the specified events at regular intervals determined by the initializer's "clock" parameter. An example sequence is at the bottom of the file.

@drtoast
Copy link
Contributor Author

drtoast commented Aug 17, 2014

Oh, I should add that I'm also experiencing the (known?) issue where the Arduino stops responding to events after a couple minutes. It doesn't seem to be due to our own DOSing though, since this simulator only sends about one event per second.

southgate pushed a commit that referenced this pull request Aug 17, 2014
@southgate southgate merged commit 86498f8 into dropship:master Aug 17, 2014
@southgate
Copy link
Member

Nice! Thanks @drtoast I was using this much dirtier simulator from when we were first working on the protocol.

This is much nicer! I've merged it and am just about to push a couple tweaks to it.

@southgate
Copy link
Member

In that realm, we also have a "server" which listens for events so you can see what events are being generated by the simulator or the ios device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants