Skip to content

illinois-ari/stitches-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stitches-py

Python bindings for the DARPA STITCHES middleware.

Getting Started

Requirements

Validated Platforms:

  • Ubuntu Linux
  • CentOS Linux
  • Windows 10 (requires WSL2)
  • MacOS

For directions to configure the STITCHES OVA to use stitches-py see instructions

To get started using stitches-py first set up a development environment by running:

./scripts/setup # Setup development environment. Rerun if changes are made to Docker image to refresh dev service.

This script will perform a series of tasks including:

  1. Starting a local Docker registry.
  2. Building the development images.
  3. Starting a local FTGRepo instance.
  4. Launching the development service.

All subsequent development tasks run inside the development service container which has access to the project directory via volume mount.

To run commands inside the development container, you may utilize the provided wrapper script.

./scripts/dev [CMD] # Run a command inside the development service container.
./scripts/dev bash # Drop into a bash shell.

stitches-cli

A command line interface is available.

./stitches-py --help

Tutorials

  1. Ping Pong
  2. Object Detection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors