Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mntone/toastnotificationkit
Toast Notification Kit for Minecraft is pushing chat to Windows Notification System
https://github.com/mntone/toastnotificationkit
Last synced: 8 days ago
JSON representation
Toast Notification Kit for Minecraft is pushing chat to Windows Notification System
- Host: GitHub
- URL: https://github.com/mntone/toastnotificationkit
- Owner: mntone
- License: mit
- Created: 2015-06-08T04:44:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T08:25:01.000Z (over 9 years ago)
- Last Synced: 2023-03-24T01:57:42.040Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 277 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Toast Notification (WinRT) Kit
Toast Notification Kit is pushing chat to Windows Notification System (> Windows 8). Now developing….
## § Toast Notification Bridge Mod (Java 8)
### Features
- [x] Parse standard message.
- [ ] Parse dynmap message.
- [ ] Parse reply.
- [ ] Start up server.
- [ ] Change connection port.### Support environment
- Java 8
- JDK 8## § Toast Notification Server (C# 6.0)
### Features
- [x] Server can be connected by clients.
- [ ] Shutting down by user. (Now, stop with task manager)
- [ ] Change conection port.### Support environment
- .NET 4.5 (Desktop)
- C# 6.0 (you **MUST HAVE VS 2015**)## How to develop
### Toast Notification Bridge Mod
1. Open your command line.
2. Input `call gradlew setupDevWorkspace setupDecompWorkspace`.
However, you can use IDE.
IntelliJ IDEA: `call gradlew setupDevWorkspace setupDecompWorkspace idea`
Eclipse: `call gradlew setupDevWorkspace setupDecompWorkspace eclipse`
3. Change the code with editor or IDE.### Toast Notification Server
1. Install Visual Studio 2015 RC to your Windows.
2. Open project file, Mntone.ToastNotificationServer.sln.## 開発方法 (Japanese)
### Toast Notification Bridge Mod
1. コマンドラインを開きます
2. `call gradlew setupDevWorkspace setupDecompWorkspace` と入力します
ただし、IDE を使うこともできます。
IntelliJ IDEA: `call gradlew setupDevWorkspace setupDecompWorkspace idea`
Eclipse: `call gradlew setupDevWorkspace setupDecompWorkspace eclipse`
3. エディターや IDE でコードを変更します### Toast Notification Server
1. Visual Studio 2015 RC をインストールします
2. プロジェクトファイル Mntone.ToastNotificationServer.sln を開きます