cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
how do i use my wifi dongle to contact d
how do i use my wifi dongle to contact devices and give them a command
May 28, 2019 at 12:26pm UTC
morphius999
(2)
how do i write code in c++ that
1. uses my wifi dongle to contact all devices in the room
2. then tell all devices in the room to send a "cosmic ray" to "Geoffrey libs Cadbury"
NOTE: the devices in the room have AI on them that know what a "cosmic ray" means and they know who "geoffrey libs Cadbury" is
Last edited on
May 28, 2019 at 1:12pm UTC
May 29, 2019 at 6:39am UTC
zapshe
(1907)
To access the internet through a C++ program, I assume you'd need to use a library. You can look up such libraries that allow for that. Once you learn enough of the library, you can experiment to see how to do that.
May 29, 2019 at 10:03am UTC
coder777
(8444)
The UDP protocol allows broadcast to all available devices in the net.
Topic archived. No new replies allowed.