Remember
Register
Home
/
Support
/
Support Forum
/
How can I send or receive UDP packets with a connectcore 6ul pro with yocto?
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(383)
Python
(1,016)
RF Solutions and XBee
(8,414)
Digi TransPort
(786)
Digi Connect Cellular
(444)
DAL
(4)
Embedded Devices
(4,160)
Android
(45)
NET+OS
(2,444)
Linux
(953)
Windows CE
(86)
Plug N' Play
(465)
Google Coral
(2)
Rabbit
(3,194)
Console Servers
(353)
Modbus and Industrial Automation
(246)
Realport
(600)
Serial Servers
(836)
Satellite Modules
(25)
USB
(1,269)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(92)
Other/Legacy
(373)
How can I send or receive UDP packets with a connectcore 6ul pro with yocto?
0
votes
Hi everyone,
I have a connectcore 6 ul sbc pro with yocto and I want to send and receive packets through UDP protocol. How can I send the packets and how can I receive and read? is there any way to make an application to do this?
Thanks
yocto
embedded-linux
udp
ip
connectcore6
digi
asked
Mar 31, 2020
in
Linux
by
pablovi96
New to the Community
(
26
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+1
vote
Best answer
Yocto is a standard Linux with standard Linux TCP/IP stack.
There so many examples of what you want to do online. Start with this one:
https://www.geeksforgeeks.org/udp-server-client-implementation-c/
If this is not enough just google "Linux C UDP example"
answered
Mar 31, 2020
by
LeonidM
Veteran of the Digi Community
(
4,411
points)
selected
Mar 31, 2020
by
pablovi96
ok. Do you know if there is any example like this but in python. I am working in other applications in python and I prefer to use the same enviroment for everthing.
Thank you very much!
how about this one:
https://wiki.python.org/moin/UdpCommunication
or this example:
https://tutorialedge.net/python/udp-client-server-python/
Please
log in
or
register
to add a comment.
...