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

Better Packet Architecture #12

Open
jmshahen opened this issue Feb 19, 2013 · 0 comments
Open

Better Packet Architecture #12

jmshahen opened this issue Feb 19, 2013 · 0 comments
Assignees
Labels

Comments

@jmshahen
Copy link
Owner

Need to be able to tell from the packet:

  • a response or a command
  • \* response to a specific numbered packet (packets need identifiers)
  • \* time sent (used to disregard really old packets and for judging lag time)
  • Here is an example:

    < PACKET_NUM | TIMESTAMP | PACKET_INFO ... && PACKET_DATA_1 | ... | PACKET_DATA_N >

    Use this package for all values: http://golang.org/pkg/html/
    func EscapeString(s string) string

    @ghost ghost assigned jmshahen Feb 19, 2013
    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

    1 participant