1.2.8 • Published 4 years ago

@vistadataproject/rpc-utilities v1.2.8

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
4 years ago

RPC Utilities

Utilities to handle manipulation and normalization of VISTA RPC data

Background

This repository used to be titled rpcParseFormat, but because we've added more functionality to this low-level utility module, we decided to change the name. This library is intended to provide utility functionality to deal with low-level, raw VISTA RPC data. This includes:

  • Parsing (low-level RPC protocol strings to RPC data objects)
  • Formatting (RPC data objects to low-level RPC protocol strings)
  • Encryption/Decryption (encrypting and decrypting data based on the RPC protocol)
  • Normalization (JS Object representation and functionality for handling RPC data)