What is the Internet of Things AIoT?

AIoT intelligent internet of things is artificial intelligence internet of things. AIoT is the abbreviation of AI Artificial Intelligence and IoT Internet of Things. It is an artificial intelligence Internet of Things that collects a large amount of data from different dimensions through the Internet of Things and stores it in the cloud. Based on big data analysis and AI and other technologies, it realizes the digitalization and intelligence of everything. Artificial intelligence is a subject that studies how computers can simulate people’s thinking processes and intelligent behaviors. It is based on bionics, the improvement of algorithm model and calculation speed, and the commonality between human neurons and computer doors (doors are the basic unit of computers). Its strength lies in its learning, reasoning, thinking, planning and other abilities, which ordinary intelligent machines can’t do.

The embedded Internet of Things needs to learn a lot, so don’t learn the wrong route and content, which will lead to a salary failure!

Share a data package for free, almost over 150g. The learning content, face classics and projects are relatively new and complete! It is estimated that it will cost at least dozens to buy some fish.

The Internet of Things refers to the real-time collection of any object or process that needs to be monitored, connected and interacted through various devices and technologies such as information sensors, radio frequency identification technology, global positioning system, infrared sensors, laser scanners, etc., and the collection of all kinds of required information such as sound, light, heat, electricity, mechanics, chemistry, biology, location, etc., and the realization of ubiquitous connection, identification and management between things and people through various types of network access. Through this definition, we can feel that this will be a huge database, and the learning process of artificial intelligence also needs a lot of data information. Obviously, this is a link between artificial intelligence and the Internet of Things, which can link them together and play a greater role.

In short, the Internet of Things (IoT) uses terminals with different protocols to carry out information interaction and intelligent processing through a certain agreed protocol, while artificial intelligence can keep learning and become more and more intelligent with data. If artificial intelligence is software, it needs the Internet of Things as a carrier, and if it is hardware, it needs artificial intelligence to drive it. Therefore, we can also regard the Internet of Things as a carrier of artificial intelligence.

The Internet of Things is an important part of the new generation of information technology. The English name is "The Internet of things". Therefore, as the name implies, "the Internet of Things is the Internet of Things". This has two meanings. First, the core and foundation of the Internet of Things is still the Internet, which is the expansion and expansion network based on the Internet. Secondly, its clients expand and expand between any goods, and exchange and communicate information.

for (i=0; i < 8; i++)

{

SetData((data >> i) & 0x1);

SetClockHigh;

for (j=0; j < 5; j++);

SetClockLow;

}

What can one server do?

A wave of 1500 people were organized before the activities of Alibaba Cloud servers, and 200 people were organized. But I am not organized now.

But when organizing this activity, I learned that everyone has a common question:Is this server use? ?

When it comes to the server, many people may say distributed, do calculation, crawl, and procedure background service, multi-person cooperation, etc.

In fact, these ordinary people can not use it, I will say that everyone can use it.

Everyone must have a work folder when you work, the students are your own courseware, exam, prepare for interview, and so on.

The friend who has already worked, there will be a file that puts your own important document, MarkDown, Pictures, Resume, etc.

Such an important folder, and we have to update every day, and we are worried about the computer is lost, or it is broken, suddenly these are not seen.

So we want to back up.

There is also our frequent personal computers and working computers to synchronize some private information, rather than passing on WeChat.

These are the use scenarios of Git private service, and it is very easy to use.

Everyone also knows GitHub, Gitee can also engage in private warehouses to back up, synchronous files, but their documents may put a lot of important information, including their own passwords, key classes, and put it above. It is not necessarily safe. You are not afraid of which major bugs will leak your information [wit]

More crossed, GitHub and Gitee are speed-off. After all, the functional positioning of people is not a network disk.

There is a large file in the project (more than a few hundred m), such as PDF, PPT, etc. It will make you suffocate.

Later, I will send a document to tell, how do you have a git private service!

This can be used to generate a download link of the file, or the local file can also be transmitted to the server.

It is equivalent to making an object store, in fact, cloud manufacturers also have objects stored.

However, we can do one, not enough, very classmates, you should not know how object storage, in fact, we can use the server to be a similar company.

I have been deployed on the server with a tool written by Go now. Used to pass files with the server, or create a temporary download link for some files.

These are direct command lines,

In this way, I wrap the command package into a shell command, want to pass the file, directly uploadTomyServer, and then return to the downloadable link, this file also passed to my server.

I also put my project code on GitHub:

Interested exciting friends can go to learn a wave, and give a star. Haha.

Do a website, for example, everyone knows how to write a few lines of code with HTML, but how to show someone else?

If you use your own computer to do a server, you can only access your website with your device in the same router, and this device can not have your website.

Because your IP is not a public IP.

If there is a cloud server, it is a public network IP, your website can make anyone visit.

Or a service you provide allows anyone to use.

For example, in the second example, we can develop a file storage, this service, I only put the command line to others, others can use my service to generate a link, of course their files have passed to me. On the server.

Again a way of use.

I have previously organized the activities of the server, Ali Cloud gave me an Excel, let the face are the list of friends who buy servers here, I will directly put this list directly to the group, let everyone check, appear in list You can find me to cash back, do you have anything.

There are several big problems that do this:

  • Everyone is going to download Excel, do contrast, there will be someone to change the content of Excel and then say it is bought from you, I can’t make a comparison with Excel.
  • Excel has a personal information from others, which is unstoppable.
  • If everyone uses Excel inquiry, private letter I cash back, one is nearly two thousand people to find me cash back, my WeChat is imposed, this becomes physical activity.

How should I do it?

I simply write a query page, the backend logic is to read an Execl form, everyone enters her Ali Cloud ID in the query page, if in Excel, the page will return the QR code of the cash back group, everyone can be independent Scan code is plus group.

In this way, I will finally send an equal red envelope directly in the cash group, is it great to reduce human cost?

Of course, I generated the QR code of 17 cash back groups. According to certain rules, they show friends passing through the query.

It is such a very ordinary query page.

After the query passes, the cash back group is displayed.

But to deploy on the server, because there is no public network IP, others can’t use your service.

Learn Linux

Learning Linux actually engaged in a virtual machine on your computer, or you can also learn the dual system, but this is very testing how your computer performance is.

If you have a server, it is a separate computer. How do you Hoho Huoho, and you don’t have to shut down a year, you can always run your task, and your local computer is completely isolated.

More convenient, you are now in the system, such as Centos, want to do an experiment, need to be on the unbantu, if it is a cloud server, the replacement system is in the background point, one button is reloaded, the cloud manufacturer basically supports all the system installation of.

We usually play Linux is often equipped with various environments, then this Linux is played by yourself (generally unwarring use root permission), in short, the environment is unable to reload, basically reload.

The cloud server reloading the system is too convenient.

There is also an environment where you are not easy to match. If you play this environment later, you will go back to this previously matching environment rather than re-fitting the system.

Then you can save the function with the cloud server, you can play a mirror package in the moment you match the environment. If the environment is broken, you will fall back to the status of the last mirror package. This is very fragrant.

Summarize

In fact, there are still many other uses, but I just say that everyone is universally used.

The above, the three points mentioned: git private service, document storage service, build a website, I will send a hand to do your hand, truly use the server to improve our work learning efficiency!

Regarding the activities of the free collar server, I will not organize so many people also involve the cash back. Some of the friends do not look at the group information, then directly private letter and I complain, I am really handling, body and mind Too much.

If you want to buy a server, you can purchase this link:

Https://www.aliyun.com/minisite/goods?taskpkg=1111ydsrwb&pkgsid=1959&recordid=962642&usercode=roof0wob

Now is the double eleven event, or the activity price is over, and it will be over in December.

The price is really very cheap now, 60 blocks for new users can buy one year,But I will no longer be cash out, everyone can buy it yourself through the link..

If you want to register a new number, pay attention to real-name certification requires a new ID card.

It is recommended to buy these two servers, which is all, cost-effective.