Skip to content

Provide the functionality to access, manage and store device topologies.

License

Notifications You must be signed in to change notification settings

OmarKimo/TopologyAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TopologyAPI

An API library which does the following

1. Read and write topologies to and from disk.

2. Stores multiple topologies in memory.

3. Execute operations on topologies.

Topology Specification

A topology is a set of electronic components that are connected together.

example topology

Provided Functionality

1. Read a topology from a given JSON file and store it in the memory.

2. Write a given topology from the memory to a JSON file.

3. Query about which topologies are currently in the memory.

4. Delete a given topology from memory.

5. Query about which devices are in a given topology.

6. Query about which devices are connected to a given netlist node in a given topology.

About

Provide the functionality to access, manage and store device topologies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages