AllenNeuralDynamics / AllenNeuralDynamics/one-liner

MVP Functionality

オープン
#3 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
3
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

High level, we need the following items to qualify for a minimum MVP:

**General**
* [x] Specify streaming encoder / decoder (pickle, ffmpeg, None, etc) per-data-stream
* [ ] Specify whether to make a unique thread for streaming calls or used a shared thread (i.e: multiple calls at the same frequency)

**Streaming Client**
* [x] caching option.
* [x] queuing option.
* [x] both queuing and caching depending on consumer. *
* [x] option to enable/disable streaming on the server end. (Think: stop/start live video)
* [x] scales efficiently. ie: delegates the heavy lifting to zmq.
* [ ] option to launch a one-time thread that knows how to stream instead of setting up a periodic function call.

**RPC Client**
* [x] ability to call a function and receive the result.

**Server**
* [ ] Dynamic Adding/removing broadcasted data

## Demos:
**Server**
* [x] can ingest one device and stream member function calls according to a specification
* [ ] can organize streamed data based on a stream name or function signature.

**Client**
* [x] can receive streamed member function calls and cache them locally by name (or function signature?)
* [ ] can optionally trigger handler/callback functions when data arrives

**Both**
* TODO

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。