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

Specification of remote calculator protocol #2

Open
9 tasks
Miliox opened this issue Apr 23, 2013 · 2 comments
Open
9 tasks

Specification of remote calculator protocol #2

Miliox opened this issue Apr 23, 2013 · 2 comments
Assignees
Labels
Milestone

Comments

@Miliox
Copy link
Owner

Miliox commented Apr 23, 2013

Write specification of remote calculator used on communication between client and server distcalc applications.

Specification must contains:

  • request header format spec.
  • request content format spec.
  • response header format spec
  • response content format spec.
  • notify error or success in expression evaluation
  • support error description
  • guarantee integrity of content using checksum
  • support content length to avoid buffer error
  • use YAML to content encoding
@ghost
Copy link

ghost commented Apr 24, 2013

this would be only for client-server communication? or also for server-calcservers ?

@Miliox
Copy link
Owner Author

Miliox commented Apr 24, 2013

Only between client and server of calculator, the communication between calculator server and distributed operator evaluator are define in issue #5.

This protocol transmitter the math expression between client to server and return the result or error of evaluated expression.

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

No branches or pull requests

2 participants