Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
![]() sheltershareProof of Concept application for Volunteers and Victims of natural disasters utilizing IRIS by Intersystems | Z | Docker Python | 5.0 (1) | 27 Jul, 2024 | ||
![]() passwordlessPasswordless mode for Dev Mode IRIS | Docker IPM | 5.0 (3) | 20 Oct, 2023 | |||
InterSystems Ideas Waiting to be ImplementedParser for arbitrary binary protocolsRapid growth of IoT industry in recent years produced a plethora of new protocols with varying levels of standardization and adoption. Quite a lot of these protocols are binary because: * It allows for greater throughput * On a device level these protocols are easier to implement * On a device level they are more resource (CPU/RAM) efficient Currently InterSystems IRIS offers several functions for work with binary data: * zzdump * $zhex * $char * $ascii But protocol implementation is left as a task for the end user. Removing the time-consuming need for protocol implementation would allow for easier and stronger positioning of InterSystems IRIS as an IoT platform. One of the possible approaches to protocol implementation is declarative parsing. With declarative parsing user describes the data structure that he wants parsed (i.e.{ name: title, type: string, length: 5}...) in some declarative language (XML, JSON, YAML) and we use this to generate a concrete parser. Afterwards user passes protocol data to the concrete parser implementation and receives parsed values (as objects or locals or $lb). Kaitai Struct (http://kaitai.io) is an OpenSource (MIT license) declarative parser implementation which allows user to generate parser code for several languages: C++, C#, Go, Java, JavaScript, Lua, Perl, PHP, Python, Ruby, Rust. It allows easy language extensibility by keeping most of the process language-agnostic and only the last step (concrete parser generation) is end-language specific. I propose we add ObjectScript as a Kaitai Struct generation language. It would allow us to generate native ObjectScript parsers easily which would help with presenting InterSystems IRIS an IoT platform especially at a PoC stage. Alternatives to Kaitai Struct: * binpac (https://github.com/bro/binpac) - C++ only * preon (https://github.com/preon/preon) - Java only The advantage of Kaitai Struct is that it's not aimed at one language form the beginning, so adding a new language is an expected procedure. Article on the topic (https://old.reddit.com/r/cpp/comments/5tcnmh/implementing_communication_protocols_in_c_for/) E 3Votes0Comments | ||||||
![]() IntegrityLog-WebIntegrity Log show via Web | Docker IPM | 5.0 (1) | 26 Sep, 2023 | |||
![]() FSLogInternal FHIR Server Log | Docker IPM | 4.5 (1) | 24 Sep, 2023 | |||
Essential-IRIS-RESTEssentail IRIS management portal data access in REST services | Docker IPM | 4.5 (1) | 21 Sep, 2023 | |||
System-Task-RESTSystem task details via REST | Docker IPM | 4.0 (1) | 24 Aug, 2023 | |||
![]() DBeaverUniversal Database Manager and SQL Client | S | 4.9 (15) | 29 May, 2023 | |||
ansible-cache-python-mgAnsible role to install the necessary Python libraries to allow connection to an Intersystems Cache database via M-Gateway's connection service | Python | 1.0 (1) | 30 Apr, 2021 | |||
cache-node-clientAnsible playbook to install the necessary nodejs M-Gateway packages to allow access to Intersystems Cache | 1.5 (1) | 30 Apr, 2021 | ||||
cache-node-serverAnsible role that installs the necessary service gateway on an Intersystems Cache instance to allow nodejs client connections. | 1.5 (1) | 29 Apr, 2021 | ||||
Ansible cache-userAnsible role to add and delete users to Intersystems Cache systems | 1.5 (1) | 26 Apr, 2021 | ||||
Ansible cache-perlAnsible role to install Intersystem Cache Perl bindings to allow Perl to connect to Cache databases. | 0.0 (0) | 26 Apr, 2021 | ||||
Ansible-cache-pythonAnsible role for the installation of Python libraries to allow connection with Intersystems Cache databases. | Python | 2.5 (1) | 23 Apr, 2021 | |||
Intersystems-Cache-PrometheusCode to allow for the integration of an Intersystems Cache environment with Prometheus/Grafana | 0.0 (0) | 19 Apr, 2021 | ||||
iriscodeCommand line utility to write code outside of IRIS | 2.0 (1) | 13 Apr, 2021 | ||||
iriscmdSimple utility to interface with Intersystems IRIS environment from shell command line | 3.5 (1) | 08 Apr, 2021 |