mmo-project/fortran/server
zongor 79859bbec7 add server, incredibly annoying hex hack 2023-09-10 18:51:11 -04:00
..
app add server, incredibly annoying hex hack 2023-09-10 18:51:11 -04:00
src add server, incredibly annoying hex hack 2023-09-10 18:51:11 -04:00
README.md add server, incredibly annoying hex hack 2023-09-10 18:51:11 -04:00
fpm.toml add server, incredibly annoying hex hack 2023-09-10 18:51:11 -04:00
test.sh add server, incredibly annoying hex hack 2023-09-10 18:51:11 -04:00

README.md

server

  • request

    • int :: request_type
      • ping
      • login
      • logout
      • move
    • str(24) :: username
    • int :: timestamp
    • str(?) :: data
    • int :: data_length
    • double :: x_pos
    • double :: y_pos
  • response

    • int :: response_type
      • int :: number_of_records
      • array :: records
        • str(24) :: username
        • str(24) :: color
        • double :: x_pos
        • double :: y_pos