Skip to content

A Crestron Simpl# library to enable gzip decoding in SIMPL+

License

Notifications You must be signed in to change notification settings

mroch/GzipSimplSharp

Repository files navigation

GzipSimplSharp

A Crestron Simpl# library to enable gzip decoding in SIMPL+

Usage

In SIMPL+:

#USER_SIMPLSHARP_LIBRARY "GzipSimplSharp"

CHANGE RX$
{
  Gzip gzip;
  STRING ungzipped[4096];
  ungzipped = gzip.Decompress(RX$);
  // ...
}

License

MIT

Author

Marshall Roch <marshall@mroch.com>

About

A Crestron Simpl# library to enable gzip decoding in SIMPL+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages