Giter Club home page Giter Club logo

eventstospeech's People

Contributors

dstaulcu avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

akahn16 dodaeche

eventstospeech's Issues

Install feature needed

Need to add method to install a scheduled task to invoke execution of script at login

Add debug statements to stdout

Since we are monitoring incidents with great specificity in order to notify users of status, we may as well take the opportunity to print useful debug statements for admins in addition to audible notifications for users.

Logon Authentication

Logon Authentication Successes & Failures can be spoken as JAWS doesn't do this.

Friendly process names

Need to add feature to translate difficult to dictate process names to friendly names.. for example, jfw.exe should instead read as JAWS screen reader

Consolidate on single EventLog monitoring strategy

at this point we are using a mix of Win32_NTLogEvent instance creation event subscriptions and polling using Get-WinEventLog. Looks like the former method does not support log file types other than the legacy system, application, and security. Consolidate on use of Get-WinEventLog in future release.

Need to chose between 3 hang detection models

  1. leave hang detection up to hangdetector (3rd party tool) and post-process hang-detector event log entries with event subscriptions
    pro - in place within target environment
    con - event notification propagation delay
    con - not available in development enviroment
  2. include hang detection capabilities within script using "running" property of get-process members.
    con - appears to cause system wide hang when any single process hangs
    pro - might work as admin
  3. include hang detection capabilities within script using pinvoke of user32.dll isHungWindow API.
    pro - fastest indicator of hang begin/end state
    con - does not work when script runs as scheduled task. would force us to operate in user mode only and exclude certain planned features.

Mitigate timing risk

at present we are polling status of things we care about looking for changes in the last 1 second. If there is an incident which requires audio notification, the speech engine will take more than 1 second to read out the details of the incident. This could cause events to be missed. rework code accordingly.

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.