Ethernet Client (WebRadio)

If you have a simple question and just want an answer.
Rabbit34343
Newbie
Posts: 1
Joined: Tue Jul 08, 2014 1:17 pm

Ethernet Client (WebRadio)

Post by Rabbit34343 »

I would like to build a WebRadio. It seems every example (XMOS Website & Google) is server based, but i think i need the client side. Is it even possible? Which XMOS example would point me in the right direction?Thx for the Help
srinie
XCore Addict
Posts: 158
Joined: Thu Mar 20, 2014 8:04 am

Post by srinie »

This application note uses XMOS device as a UDP client:

https://www.xmos.com/support/appnotes/AN00121

refer to xtcp_listen() and xtcp_connect() calls.