Skip to content

zetavg/Inventory

Repository files navigation

Inventory

An RFID asset management solution for home and business.

With an inventory combined with the help of RFID technology, it'll be a breeze to track item availability, prevent loss, and locate them when needed. See a demo video here on YouTube.

Get Inventory

The Inventory iOS/Android app is the mandatory tool we provide for asset tracking and management.

To leverage the complete functionality of the app, a compatible RFID UHF reader is needed. See a list of the currently supported devices in the documentation here.

Here are some guides for you to get started: Get Started Guides.

Documents

See documents on https://docs.inventory.z72.io.

Development

The majority of the codebase is written in TypeScript, employing React Native to build the mobile app. Java and Objective-C native modules are used for handling UART/Bluetooth communications with RFID devices, and other heavy-lifting tasks such as supporting index build for full-text searching.

For more details on each project component, check the following directories:

  • App/ - the React Native iOS/Android app.
  • Data/ - data schema and data logic.
  • packages/ - other shared modules.

Get In Touch