Skip to content

Xenomer/udimas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDIMAS (Utility Device Independent MAnagement System) is a system that has supports for both .NET-made plugins and python script plugins with access to whole .NET framework. See the wiki for help in installing/configuring UDIMAS.

Features

  • A simple yet powerful commandline for user-interaction
  • Pretty much no ready made functionality apart from command line so you can tailor it for your own use
  • Allows for method calling from other plugins without dependencies: test if a plugin exists and use it if it does (using dynamic keyword)
  • Allows execution of Python scripts (using IronPython). This allows for dynamic module creation/modification without a compiler.

Ready to use plugins

UDIMAS contains plugins that add possibly useful functionality and that are completely optional to use.

  • UDINet: A plugin that allows UDIMAS instances to find others on a local network and remote command calling (a homemade telnet)
  • Discorder: Allows for simple messages to be send into Discord Webhooks. (Discord Webhooks)
  • Documenter: Allows you to "document" (write signatures for classes and everything within) .NET namespaces. You can document EVERYTHING inside .NET.

About

A framework for plugins of any purpose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages