Skip to content

Latest commit

 

History

History
73 lines (39 loc) · 1.23 KB

s2s_api.md

File metadata and controls

73 lines (39 loc) · 1.23 KB

S2S (Scout to Scout) API

Introduction

API calls from coordinator scout to scout to share knowledge of learning such as examples or models. Uses Request-Response messaging. The network can be bandwidth constrained with FireQOS (1Mbps in the paper).

List of calls in Hawk Admin API:


API Calls

s2s_configure_scout

Call to configure scout with user specified hyperparameters

Input:

Output:

  • None

s2s_get_tile

Call to get contents of requested tile ids

Input:

Output:

s2s_add_tile_and_label

Call to transmit labeled image with metadata (labels / bounding box)

Input:

Output:

  • None

s2s_send_data

Call to send internal messages (bytes) between scouts

Input:

  • bytes

Output:

  • bytes