16 lines
365 B
Markdown
16 lines
365 B
Markdown
## Looking Glass architecture
|
|
|
|
The LG consists of three components
|
|
|
|
### Backend
|
|
|
|
The backend answers API requests from users. Interacts with the agents.
|
|
|
|
### Agent
|
|
|
|
The agent runs on all routers, the server communicates with this agent over http or a unix socket, the agent performs all commands and interacts with bird2.
|
|
|
|
### Frontend
|
|
|
|
Simple frontend for the API
|