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

build a vm for v1 #3

Open
ostap opened this issue May 30, 2014 · 1 comment
Open

build a vm for v1 #3

ostap opened this issue May 30, 2014 · 1 comment
Assignees

Comments

@ostap
Copy link

ostap commented May 30, 2014

Build a vm which executes the instruction set defined in #2. Please note that the VM should be written in C.

@ostap ostap assigned ostap and GHrama and unassigned ostap May 30, 2014
@naibaf7
Copy link
Contributor

naibaf7 commented Sep 1, 2014

The VM should take programs, packed in google protobufs, and answer them with a protobuf output that the higher-level system which is using the VM can send over networks.
The VM should include an UUID generator. Maybe UUID generating code can be taken from the Linux code. When generating the UUID, the only argument to pass should be a 64bit integer timestamp.
The VM stores sensor data with a given timestamp efficiently. Maybe protobufs can be used here as well. See #4 and #10 and #5.

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

No branches or pull requests

3 participants