FlyveMDMInventory 1.3.1

FlyveMDMInventory 1.3.1

TestsTested
LangLanguage Obj-CObjective C
License Apache 2
ReleasedLast Release Oct 2017
SwiftSwift Version 3.0

Maintained by Walid Nouh, Hector Rondon, Alexander Salas Bastidas.



Inventory Library for iOS

Flyve MDM banner








Project Status: Active – The project has reached a stable, usable state and is being actively developed.
Build Status

Flyve MDM is a mobile device management software that enables you to secure and manage all the mobile devices of your business via a unique web-based console (MDM).

To get started, check out https://flyve-mdm.com/!

Table of contents

Synopsis

This library help you to create a complete inventory of your iOS devices: both hardware and software informations are collected. You get the data about processor, memory, drives, sensors, etc. and also the list and description of installed application on any devices in a beautifull XML as protocol compatible with FusionInventory for GLPI.

You can find more information here:
https://github.com/flyve-mdm/flyve-mdm-ios-inventory/wiki/inventory-specifications

What’s included?

  • Hardware
  • Memory
  • Drives
  • Cpus
  • Simcards
  • Videos
  • Cameras
  • Networks
  • Battery

Build Status

Build with Xcode 8.3.2 / Swift 3.1

Release channel Beta channel
Build Status Build Status

Code Example

It’s easy to implement in your code

import FlyveMDMInventory

let inventoryTask = InventoryTask()
inventoryTask.execute("Agent_v1.0", tag:"1.0") { result in
    print(result)
}

** Tag is optional

Documentation

We share long-form content about the project in the wiki and in the project site.

Contact

For notices about major changes and general discussion of Flyve MDM development, subscribe to the /r/FlyveMDM subreddit.
You can also chat with us via IRC in #flyve-mdm on freenode or @flyvemdmdev on Telegram.
Ping me @hectorerb in the IRC chatroom or in the Telegram Dev Group if you get stuck.

Contribute

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our
guidelines for contributing and then check out one of our issues in the Issues Dashboard.

Copying

  • Name: Flyve MDM is a registered trademark of Teclib’.
  • Code: you can redistribute it and/or modify
    it under the terms of the GNU General Public License (GPLv3).
  • Documentation: released under Attribution 4.0 International (CC BY 4.0).