Skip to content

jdimol/cs_osm_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

OSM client for enabling CS interaction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages