Brad Modenfield

Brad Modenfield


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • C# Tutorial - Simple Threaded TCP Server
    02/25/2009 - 07:03

    Hi thanks for good tutorials.
    I have a serious problem. I want to develope an "server" that can recieve streaming data from sensors (the number of could be variated), Then the data should be pushed after it has been "modified" a bit, into the database (SQL Server).

    I dont know where to start, im aware that it may will need some kind of a server and it looks like that i also need threads and async communication.

    But how can i recieve stream data directly with TCP?