Skip to content

david3a/VDI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Screenshot

VDI

VDI - Virtual Digital Interconnect. Scalable real-time object processing API

VDI uses a simple model, streams are opened typically with a URL including a UUID, source writes objects to the stream and readers can read sequential frames from the source or read by index to get specific frames. this allows multiple readers to access the source without conflict, readers should not attempt to modify data.

The circular buffer can be sized appropriately for the application. Typically these buffers are sized to be a power of two.

Streams are constructed with a buffer size, this has to be large enough to contain the largest object that will be written.

Screenshot

About

Virtual Digital Interconnect. Scalable real-time object processing API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published