The source repository about simple p2p messenger, which can be run on various systems.
Rev. | 日時 | 作者 | メッセージ |
---|---|---|---|
d0e66e7 | 2013-06-09 18:47:39 | Hiroaki Yamamoto | master Removed TcpSocketThread. Sorry, Implementing threaded so... |
215df14 | 2011-03-18 17:07:42 | Hiroaki Yamamoto | Please ignore this commit. |
c102ef4 | 2011-03-10 10:13:24 | Hiroaki Yamamoto | Added threadedTcpSocket Unlike tcpSocket, this socket wo... |
8863fcc | 2010-12-22 21:23:36 | Hiroaki Yamamoto | jasmine_windows Source code written in C Sharp WARNING:These files were ... |
a22e49f | 2010-12-21 08:30:28 | Hiroaki Yamamoto | Replaced \t with 4 spaces. |
9910384 | 2010-11-06 11:00:50 | Hiroaki Yamamoto | Added: * QtLockedFile: Locking file needs this class. Thi... |
039e5a8 | 2010-10-18 20:07:27 | Hiroaki Yamamoto | Fixed memberlist format. Before this version, QHash<QStr... |
f02fe8a | 2010-10-17 15:40:52 | Hiroaki Yamamoto | Added a flag for debug. |
30d6478 | 2010-10-10 14:55:46 | Hiroaki Yamamoto | Merged tcpClient into tcpSocket. Until now, tcpSocket wa... |
6393dae | 2010-10-09 17:39:14 | Hiroaki Yamamoto | Fixed server and client bugs. Sending message, server re... |
名前 | Rev. | 日時 | 作者 | メッセージ |
---|---|---|---|---|
master | d0e66e7 | 2013-06-09 18:47:39 | Hiroaki Yamamoto | Removed TcpSocketThread. S... |
jasmine_windows | 8863fcc | 2010-12-22 21:23:36 | Hiroaki Yamamoto | Source code written in C Sh... |
Readme =============================================== This document is written about what this software is, the warnings, and how to build. What this software? This software will provide very very simple P2P messenger. Warnings: Please don't build and/or use this version unless you have knowledge about computer; It could do unsafe behavior because it is still under development. How to build: Before building, please read warnings section million times. If your PC's os is Linux, you can build very easily: 1:cd to where this software is. 2:mkdir build 3:cmake ..&&make Install target has not been implemented yet. In order to install, please be patient while I implement this. Otherwise, esp. on windows, you should use qmake because it is not a console softwawre: 1:cd to where this software is. 2:mkdir build 3:qmake ../jasmine.pro 4:make If you found bugs, please contact me (However, I'll answer simply while this software becomes stable version !): hyamamoto admin@hysoftware.net http://hysoftware.net/