Skip to content
/ alto Public

Standard Application-Layer Traffic Optimization (ALTO) Toolset.

License

Notifications You must be signed in to change notification settings

openalto/alto

Folders and files

NameName
Last commit message
Last commit date
Jan 12, 2023
Mar 2, 2022
Jul 28, 2023
Jul 28, 2023
Jul 28, 2023
Mar 20, 2022
Mar 2, 2022
Mar 24, 2023
Mar 2, 2022
Apr 14, 2023
Mar 2, 2022
Mar 2, 2022
Jul 22, 2023
Mar 2, 2022
Sep 29, 2022
Mar 24, 2023
Jul 27, 2023
Mar 24, 2023
Sep 29, 2022
Apr 14, 2023
Sep 29, 2022
Mar 2, 2022

Repository files navigation

Unit Tests by GitHub Actions Code Coverage by Codecov

OpenALTO

Standard Application-Layer Traffic Optimization (ALTO) Toolset.

Main Components

This ALTO toolset includes the following basic components:

  • ALTO Protocol Parser
  • ALTO Client Library
  • ALTO Client CLI
  • OpenALTO Server Stack
    • OpenALTO Data Source Agent Framework
    • OpenALTO Data Broker Manager
    • OpenALTO Service Backend
    • OpenALTO Protocol Northbound

Server Deployment

Before you set up an OpenALTO server, make sure you have alto.conf in one of the following locations:

  • $HOME/.alto/
  • $XDG_CONFIG_HOME/alto/
  • $ALTO_HOME/etc/
  • /opt/alto/etc/

You can simply copy our template as an example, or modify it:

$ cp etc/alto.conf.template etc/alto.conf

Quick set up with docker and docker-compose:

$ docker build -t openalto/alto .
$ docker-compose up -d

To deploy openalto without docker, please make sure you have the following required packages:

  • Python >= 3.6.8
  • Redis
$ pip3 install .
$ pip3 install redis
$ gunicorn -b 0.0.0.0:8000 --reload --preload --capture-output --error-logfile /tmp/openalto-error.log --access-logfile /tmp/openalto-access.log alto.server.northbound.wsgi -D
$ python3 -m alto.agent.manage --pid /tmp start -c etc/lg-agent.json -D cernlg
$ python3 -m alto.agent.manage --pid /tmp start -c etc/cric-agent.json -D cric
$ python3 -m alto.agent.manage --pid /tmp start -c etc/geoip-delegate-agent.json -D geoip

To deploy openalto in kubernetes:

Coming soon...

Note

This project has been set up using PyScaffold 4.1.5. For details and usage information on PyScaffold see https://pyscaffold.org/.

About

Standard Application-Layer Traffic Optimization (ALTO) Toolset.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages