- Raspberry Pi Zero W Wireless Projects
- Vasilis Tzivaras
- 131字
- 2021-07-02 19:32:14
Basic communication protocols
Let's assume that we have a Raspberry Pi as our client and https://www.facebook.com as our server. When our client requests a web page from the server there must be some protocols, some rules that this request will be handled. With other words, there must be a specific way of transmitting and receiving data from each other. Internet Protocols (IP) are exactly the rules according to which a client and a server talk.
There are some basic IP with which the current browsers communicate with servers and get data. However, when we talk about IoT and low power hardware, we cannot keep these protocols and use them. As a result, it is important to go through some basic stuff and know the idea behind all the communications out there.
推薦閱讀
- MySQL數據庫應用與管理 第2版
- 基于免疫進化的算法及應用研究
- Essential Angular
- 人臉識別原理及算法:動態人臉識別系統研究
- Python應用輕松入門
- Express Web Application Development
- 深度學習:Java語言實現
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- Unity 2018 Shaders and Effects Cookbook
- Image Processing with ImageJ
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- Principles of Strategic Data Science
- SwiftUI極簡開發
- jQuery從入門到精通(微課精編版)
- Unity與C++網絡游戲開發實戰:基于VR、AI與分布式架構