Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.34 KB

README.md

File metadata and controls

56 lines (41 loc) · 1.34 KB

Android WifiChat

This repository contains the source code for the WifiChat.

Please see the issues section to report any bugs or feature requests and to see the list of known issues.

Debug mode:

// src/szu/wifichat/android/socket/udp/UDPSocketThread.java
// Line 111
if (SessionUtils.isItself(senderIMEI)) {
// src/szu/wifichat/android/socket/udp/UDPSocketThread.java
// Line 330
if (SessionUtils.isItself(receiveIMEI)) {

Nomal mode:

// src/szu/wifichat/android/socket/udp/UDPSocketThread.java
// Line 111
if (!SessionUtils.isItself(senderIMEI)) {
// src/szu/wifichat/android/socket/udp/UDPSocketThread.java
// Line 330
if (!SessionUtils.isItself(receiveIMEI)) {

License

Acknowledgements

requirements:

  • Eclipse
  • MinSdkVersion="14" (Android 4.0)

This project uses many other open source libraries such as:

Contributing

Please fork this repository and contribute back using pull requests.

Any contributions, large or small, major features, bug fixes, additional language translations, unit/integration tests are welcomed and appreciated but will be thoroughly reviewed and discussed.

About

Email: hillfly00#gmail.com (# -> @)