jeudi 6 février 2020

C# Library for end user task scripting? [closed]

I am looking to see if there are any projects or products available that provide a framework for an end-user to generate a series of tasks. In this particular case, it would be to configure a sequence and time for individual commands sent to a remote device via SNMP. It would need to support a simple set of variables that could be set, get, and comparators. This "sequence" script would end user-generated and modified so the language should be simple with a simple format. An example of the functionality we might be looking for:

  1. SET [VariableX]=3.14
  2. SET 1.2.2.3.4.4.0=31.4
  3. SET 1.2.3.3.3.4.3.34.0=[variableX]
  4. GET [VariableY]=1.2.3.4.23.4.2.0
  5. IF [VariableY]>[Variablex], [VariableY]=[Variablex]
  6. END

We could roll our own, but I want to see if something is already out there to leverage.

Aucun commentaire:

Enregistrer un commentaire