mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
Update GlidingSquirrel version
This commit is contained in:
parent
b070c5b760
commit
0e4fe2eecb
4 changed files with 10 additions and 8 deletions
|
@ -1,11 +1,14 @@
|
|||
using System;
|
||||
using IotWeb.Common.Http;
|
||||
using System.IO;
|
||||
|
||||
using SBRL.GlidingSquirrel.Http;
|
||||
using SBRL.GlidingSquirrel.Websocket;
|
||||
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Nibriboard.Client
|
||||
{
|
||||
public class HttpClientSettingsHandler : IHttpRequestHandler
|
||||
public class HttpClientSettingsHandler : WebsocketServer
|
||||
{
|
||||
private ClientSettings settings;
|
||||
|
||||
|
|
|
@ -1,15 +1,16 @@
|
|||
using System;
|
||||
using System.IO;
|
||||
using IotWeb.Common.Http;
|
||||
using MimeSharp;
|
||||
|
||||
using SBRL.GlidingSquirrel.Websocket;
|
||||
|
||||
using SBRL.Utilities;
|
||||
using System.Collections.Generic;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Nibriboard.Client
|
||||
{
|
||||
public class HttpEmbeddedFileHandler : IHttpRequestHandler
|
||||
public class HttpEmbeddedFileHandler : WebsocketsServer
|
||||
{
|
||||
private string filePrefix;
|
||||
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
using System.Threading.Tasks;
|
||||
using System.Threading;
|
||||
|
||||
using IotWeb.Server;
|
||||
using IotWeb.Common.Http;
|
||||
|
||||
using Nibriboard.RippleSpace;
|
||||
using Nibriboard.Client;
|
||||
|
@ -20,7 +18,7 @@ namespace Nibriboard
|
|||
public class NibriboardServer
|
||||
{
|
||||
private TcpListener commandServer;
|
||||
private HttpServer httpServer;
|
||||
private WebsocketsServer httpServer;
|
||||
|
||||
private ClientSettings clientSettings;
|
||||
private RippleSpaceManager planeManager;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c0e4deec452e5d8c9273679c166437205835a70d
|
||||
Subproject commit e219ad112d256e00563eca76f13691ebe486e3bd
|
Loading…
Reference in a new issue