Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 634 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 634 Bytes

Cross-Service Interaction OSM Client

Abstract

Client for enable automated cross-service interaction, using the OSM's sharing Netslice-subnet feature.

Use the Service

Clone the repository locally

https://github.com/jdimol/cs_osm_client.git

Create a python virtual environment

python3 -m venv ../path/to/venv

or using the "virtualenv" package:

virtualenv ../path/to/venv

Activate the venv and install dependancies:

source /path/to/venv/bin/activate

pip install -r requirements.txt

Define the necessary information for access the OSM client (urls, authentication, etc)