0

I am using StreamInsight 2.1 hosted as a windows service and want to send sensor events from a sensor server to it. Is it necessary to use WCF? If yes, please show me a good help to start.

John Saunders
  • 160,644
  • 26
  • 247
  • 397
Mohammad
  • 43
  • 4

1 Answers1

0

WCF is used for some administration functions but it is not required to send events to StreamInsight. StreamInsight does not ship with any adapters/sources/sinks. It is up to the developer to create them. If WCF is too bulky/slow/etc, you can use TCP, UDP, or any other protocol that you can work with in .NET.

TXPower275
  • 511
  • 2
  • 9