modulepackage
0.0.0-20191201165256-1dafa2251877
Repository: https://github.com/kdevb0x/remotecctv.git
Documentation: pkg.go.dev
# README
remotecctv
This program is a distributed video streamer and viewer for multiple feeds that connect using abstract RF protcols such as LoRa, Long Range WiFi, etc. The connection must only implement the RemoteConnection interface.
This module and its packages are beiung actively developed, and unstable/unusable. Only tagged releases are ment to be used.
See LICENCE for licensing and copyright information.
# Packages
No description provided by the author
# Functions
CompareHashArgon compares hash to the argon2 hash of password.
No description provided by the author
No description provided by the author
# Structs
Argon2Parameters holds the setttings for using Argon2.
Server is an http server that also serves streaming media such as video.
# Interfaces
MediaStream is a ReadSeekCloser with a the addition of a `Type() StreamType` method.
No description provided by the author
# Type aliases
StreamType denotes the type of the media stream.