Skip to content

Commit

Permalink
GitBook: [master] one page modified
Browse files Browse the repository at this point in the history
  • Loading branch information
yemreak authored and gitbook-bot committed Jan 23, 2020
1 parent ce66d31 commit 8b1e745
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion haberlesme/wifi-p2p.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ private fun isClient(info: WifiP2pInfo): Boolean {
```
{% endcode %}

## 🕳️ Socket Oluşturma
## 🕳️ TCP Socket Oluşturma

* 🏹 Veri aktarımı Socket üzerinden yapılmaktadır
* 🏗️ Aktarılmadan önce Client veya Server Socket oluşturulmalıdır
Expand Down Expand Up @@ -812,6 +812,15 @@ fun createClientSocket() {
}
```

## 🕳️ UDP Socket Oluşturma

* [📦 SocketChannel](https://github.com/cubesky/SocketChannel)
* 👨‍💻 [\[Android\|Kotlin\]UDP Socket](https://medium.com/@hongminlai/android-kotlin-udp-socket-fba4474ea0b1)
* [📖 A Guide To UDP In Java](https://www.baeldung.com/udp-in-java)
* 👨‍💻 [SendRecieve UDP Socket](https://stackoverflow.com/questions/19540715/send-and-receive-data-on-udp-socket-java-android)
* [👨‍💻 Kotlin UDP](https://qiita.com/unpi/items/82385d19d0d973abe459)
* [👨‍💻 UDPServer.java](https://github.com/cubesky/SocketChannel/blob/master/src/main/java/party/liyin/socketchannel/UDPServer.java)

## 🐞 Hata Çözümleri

### 🚫 Peers objesinin boş dönmesi
Expand Down

0 comments on commit 8b1e745

Please sign in to comment.