khan

khan


  • 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/23/2010 - 13:08

    Hi, I am writing Bluetooth simulation program in c#. I am writing two clients as Master and Slave device. and one server application which act as a channel between Master and Slav device. so, Master communicate with Slave through Channel. Later I will add interference at channel application and see the effects on Master and Slave, as these Master sending a big file in chunks to Slave.
    Please I need your's suggestions, how I achieve this???
    Thanks
    Khan

  • C# Tutorial - Simple Threaded TCP Server
    02/17/2010 - 10:21

    Hello, is it possible that 2 clients connected to same server can communicate each other using c# multithreading programming?? Thanks... I need help