- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can some please help me in writing a program for server and client on nios II EDS using Nichestack TCP/IP. I want to communicate between two pc's using a altera startix board on one computer by an ethernet cable.Nios II eds has "simple socket server" example provided by altera. Using that i want to create my own program which will enable me to transfer data from one pc which will act as server and another pc which will act as client.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
the bsd sockets (http://en.wikipedia.org/wiki/bsd_socket) wikipedia page shows examples on how to use the sockets API to communicate, both on TCP and UDP sockets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The winsock API is almost the same than the BSD socket API so you shouldn't have any problem porting your code to the Nios system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi djbmsce,
Check this link http://www.alterawiki.com/wiki/web_server_with_ajax_progress_bar Here you can find a good webserver example that utilize both way communication (server to client and client to server)
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page