Testimonials

SimbirSoft Ltd. is the most client-centered company I have ever worked with. Everything is always clear, neat, efficient and warm, without the complicated programming dialect.
Starting working with Getting to know SimbirSoft Ltd. in 2001 I still appreciate our cooperation. They successfully completed tasks with various degrees of complexity: from building in 2001 -2002 a site for Yacht Racing “Volga Cup” with a Yacht coordinated on-line tracking system (for the first time in Russia) to developing and implementing of a complex interactive television operational system TV-Charm in 2005-2008 (for the first time in Russia as well!). Meanwhile there have been accomplished plenty of various little tasks. The whole list of the solutions worked out by SimbirSoft Ltd. for us would be too long to post.
I do recommend. It’s worthy.

Founter of "TV-Sharm"
Artem Sarksjan
www.3es.ru

USB over IP (USBIP)

USB over IP provides users with local access to USB devices connected to remote computers. With the special derives developed by our specialists the user can work with any USB devices connected to any network computer as if it’s connected to his PC.

Customers:
A leading enterprise systems management vendor.

Industry sector:
Microelectronics, IT

PROBLEM:

The task was to enable local network users to access any USB devices connected to remote computers. It was necessary to work out a solution for Windows Terminal Server clients which would allow the clients to use the USB devices as network server device. The existing similar projects do not comprise their interaction with Terminal Server or have significant restrictions.

SOLUTION:

There is an open source project USBIP (http://usbip.sourceforge.net/) solving the problem for Linux OS. The project USBIP was based on the similar software architecture: USB data packets are encapsulate into TCP/IP packets and then transmitted between the server and the client.

General description:

The software solution for Windows OS consists of the following components:

  • USB filter driver. It is located in the driver stack of the client’s OS above the device driver. With the help of client application requests it allows redirecting all the device requests to the external application.
  • USB virtual Host (Bus) Driver is a bus-line. The virtual USB devices are connected to it. It is managed with an external user application.
  • The user application which manages the USB filter driver and enables the interaction via network protocol. Thus, the user application performs functions of a client and ones of a server (provides the access to the devices connected to its computer and seeks the access to the remote devices).
  • External dynamic library with Virtual Channel technology to realize it in Windows Terminal Server.

Platform:
Windows 2000, Windows XP, Windows Vista

Main technologies and libraries used:
Ñ++, WinApi, Windows DDK