Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 683 Bytes

tyr.md

File metadata and controls

8 lines (4 loc) · 683 Bytes

Tyr

Tyr is a service layer taking locations and options as input and returning a route and maneuvers as output essentially linking together all other projects under the valhalla organization. In keeping with the Norse mythological theme, the name Tyr was chosen as backcronym standing for: Take Your Route. Since this software deals mostly with providing routes based on http requests, this seemed like a fitting name! Tyr is essentially a set of various data structures and alogrithms which deal with things like: data marshalling, http, request parsing, response serializing, and interprocess communication.

Components

What follows are some notable components of tyr.