- 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.
推薦閱讀
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- Mastering Entity Framework Core 2.0
- 簡單高效LATEX
- Mastering Natural Language Processing with Python
- Django:Web Development with Python
- 用Flutter極速構(gòu)建原生應(yīng)用
- Instant RubyMotion App Development
- Kinect for Windows SDK Programming Guide
- Oracle JDeveloper 11gR2 Cookbook
- 從零開始學(xué)Linux編程
- 微信小程序開發(fā)與實戰(zhàn)(微課版)
- 用戶體驗可視化指南
- TMS320LF240x芯片原理、設(shè)計及應(yīng)用
- Illustrator CS6設(shè)計與應(yīng)用任務(wù)教程
- Mockito Essentials