Git Product home page Git Product logo

j-interop-ng's Introduction

J-Interop-ng

⚠️ Recent Windows update break the WMI Query capability of this library.
I will no longer actively maintain this library.

ℹ️ I found the great Python 3 library cesbit/aiowmi as replacement.
I don't have the time or level to convert Python3 code to Java, but I can help if needed.

Implementation of DCOM wire protocol (MSRPC) to enable development of Pure Bi-Directional, Non-Native Java applications which can interoperate with any COM component. The implementation is itself purely in Java and does not use JNI to provide COM access.

This is a cleaned-up and improved version of the j-Interop library. Based on j-interop and kohsuke work, and modified to use jcifs-ng.

Notes

The goal is to support SMB2 authentication method and new version of Windows.

I only use this library to perform WMI call. Best effort is done to keep other functionalities alive.

Old deprecated documentation have been transformed to Markdown and exist at j-interop/README.md

Requirements and dependencies

  • Java Standard Edition Runtime Environment (JRE) version 7 or up.
  • External dependency to jcifs-ng.
  • All others dependencies are compiled and linked from project j-interopdeps-ng

Quick start

Add this dependency to your project's POM (or equivalent for non-Maven users):

<dependency>
    <groupId>com.github.skyghis</groupId>
    <artifactId>j-interop-ng</artifactId>
    <version>{version}</version>
</dependency>

TODO: Simple use case.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GNU LGPLv3

j-interop-ng's People

Contributors

skyghis avatar kohsuke avatar pgharron avatar derekrushton avatar ndeloof avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.