readMe.txt 746 B

12345678910
  1. this project worked as several purpose:
  2. 1. As an WebApi Implementor of DeviceProcessor.UniversalApi.ICommunicationProvider
  3. the class AspNetCoreWebApiCommunicatorProvider take the resposibility, and be discovered at start of LiteFccCore.
  4. 2. Host a Mqtt server for servicing the default Universal Api MqttCommunicatorProvider.
  5. the purpose doing this in this project is the browser javascript client need websocket to connect to a mqtt server, and this type of server must be
  6. hosted inside a ASP.NET CORE web project.
  7. 3. As the Control panel of LiteFccCore
  8. we can do this by a seprate project, but for now, i use this project for easy.
  9. the feature is still very limited, now only has a page of Index.cshtml + WebApi + MqttApi helper page.