Giter VIP home page Giter VIP logo

thymus's Introduction

ugatefx

Desktop

Desktop

Desktop

Desktop

Desktop

### Videos [![Universal Remote](http://img.youtube.com/vi/NYPrsTqbBkM/0.jpg)](http://www.youtube.com/watch?v=NYPrsTqbBkM) [![Camera Setup](http://img.youtube.com/vi/etdJuvhWalM/0.jpg)](http://www.youtube.com/watch?v=etdJuvhWalM) [![Camera Dome](http://img.youtube.com/vi/nVsgEaDEsaw/0.jpg)](http://www.youtube.com/watch?v=nVsgEaDEsaw)

Summary:

UGate is a fully configurable indoor/outdoor security system that:

  • Takes pictures (w/night vision) and sends an email with the picture as an attachment to predefined recipient(s).
    1. Via alarm sensor(s) trip
    2. Via IR Remote Control
    3. Via GUI Application
    4. Via remote web interface (embedded web server in GUI Application)
    5. Via receiving an email with device commands (initiated from a computer, mobile phone, or any other device that can send emails/text messages).
  • Remotely pan/tilt on-board camera.
    1. Via IR Remote Control
    2. Via GUI Application
    3. Via remote web interface (embedded web server in GUI Application)
    4. Via receiving an email with device commands (initiated from a computer, mobile phone, or any other device that can send emails/text messages).
  • Remotely pan/tilt alarm sensor orientation.
    1. Via IR Remote Control (all sensors except microwave)
    2. Via GUI Application (all sensors- pan only for microwave)
    3. Via remote web interface (embedded web server in GUI Application)
    4. Via receiving an email with device commands (all sensors- initiated from a computer, mobile phone, or any other device that can send emails/text messages).
  • Remotely open/close an entrance gate (optional).
    1. Via IR Remote Control
    2. Via GUI Application
    3. Via remote web interface (embedded in GUI Application)
    4. Via receiving an email with device commands (initiated from a computer, mobile phone, or any other device that can send emails/text messages).
## Features ## User Guide

thymus's People

Contributors

ugate avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

thymus's Issues

path start with / error

1.0.0-beta.2 and master version, path start with / will append path. If has css in . for example:

will throw exception in web browser javascript console: /iesp//iesp/assets/css/ui-bootstrap/jquery-ui-1.10.3.css

Index strategy for result/destination pairing

Currently the only strategy available for mapping results to destinations is cumulative. The following would gather all of the results and place them into each destination:

data-thx-get-result="|{.user-btn} |{.user->data-src} |{.user-name} |{:input:not(:button)}"
data-thx-get-dest="|{.msr-1} |{.msr-2} |{#msr-3->text} |{.msr-4->value} ?{#msr-5}"

An index strategy would allow each node resolver within the result siphon to be mapped to an individual destination node resolver. So, |{.user-btn} would be placed in |{.msr-1}, |{.user->data-src} in |{.msr-2} and so on...

Replacements not dispatching fragment events after DOM insertion

When a replacement siphon is designated fragment events are wiped out after removal takes place via replaceWith.

For example:

<button type="button" 
    data-thx-get="click" data-thx-get-path="frags/user/user1"
    data-thx-get-result="[class^=&quot;thymus-user&quot;]"
    data-thx-get-type="sync|replace">Run</button>

after the fragment's before DOM event is triggered no other events are received because the node has been removed (along with it's data/events).

Destination reset for dynamic resolvers that point to multi-value controls

It would be convenient to provide a feature to reset prior destination siphon content when using surrogate siphon resolvers to pull values from select controls or input controls that have the same name. For example:

<!-- assume the following button -->
<button data-thx-get="click" data-thx-get-path="/path/to/resource" data-thx-get-type="async|update" 
    data-thx-get-dest="?{#mySelect}">Get Resource</button>
<select id="mySelect">
    <option value="|{.four-1->value}">Parameter Option 1</option>
    <option value="|{.four-2->value}" selected="selected">Parameter Option 2</option>
</select>
<input class="dest-1" value="" />
<input class="dest-2" value="" />
  1. When the button is clicked the first time the input with the dest-2 class is populated with the results.
  2. When the selection is changed to "Parameter Option 1" and the button is clicked a second time the input with the dest-1 class is populated while the input with the dest-2 class still contains the old results.

The proposed feature would allow the input value to be cleared in step two. It should be possible to accomplish this without maintaining state seeing the option value on the select control contains the old selector.

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.