Giter VIP home page Giter VIP logo

notify's Introduction

概述

本程序的目的是创建一个监听远程发送过来的通知消息并以声音与文本等方式加以提醒的工具。

本程序最初用于让位于虚拟机中的Weechat发送提醒到虚拟机外的Windows,因为虚拟机中安装的Archlinux没有安装X,平时使用也是通过SSH+Tmux连接。

消息格式

发送端与接收端通过Socket通信,传送JSON格式包装的通知消息。

消息格式如下:

public class NotifyMessage
{
    public string VerifyCode;
    public int Timeout;
    public string TipTitle;
    public string TipText;
}

转成JSON字符串后以UTF-8编码传送到接收端。

接收端反向操作,还原出原始消息,并加以提醒。

更多特性

  • 是否可以增加消息类别,并配备相应的提示声音?
  • DataGrid中的消息文本无法复制,是否需要增加复制功能?
  • 如果有多个发送来源,是否可以做一下分类?

notify's People

Contributors

hoxily avatar

Watchers

James Cloos avatar  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.