Skip to content
Whit Schonbein edited this page Aug 12, 2022 · 4 revisions

This repository contains the reference implementation for the Portals network programming API.

Specifications

Current and past versions of the Portals API can be found here: https://www.sandia.gov/portals/

Development Plan

Version 4.3 of the specification deprecates some aspects of v4.2. Consequently, a snapshot of the current Portals 4 reference implementation (which is assumed but not confirmed to be v4.2 compliant), is branched as `snapshot-4.2'. Fixes relevant only to 4.2 support are branched from and applied to this snapshot branch. Development of the v4.3 compliant reference implementation will continue along the master branch. Fixes applicable to both versions can be applied to the master branch and cherry-picked to the snapshot-4.2. When the master/development branch reaches compliance with the v4.3 specification, a new snapshot branch will be created.

Clone this wiki locally