rm keys.ml; use pool device
This commit is contained in:
parent
1c0167f401
commit
8a9f188db3
7 changed files with 462 additions and 467 deletions
|
|
@ -98,7 +98,9 @@ let () =
|
|||
(* -- *)
|
||||
let fs = Fat.create storage in
|
||||
let cfg = Vifu.Config.v Config.Exchange.port in
|
||||
let devices = Vifu.Devices.[ Mte_device.db_conn; Mte_device.keys ] in
|
||||
let devices =
|
||||
Vifu.Devices.[ Mte_device.sm_eddsa; Mte_device.sm_rsa; Mte_device.pool ]
|
||||
in
|
||||
let handlers = [ Mte_handler.not_implemented_route ] in
|
||||
let env = { Env.sw; stack; tcp; dns; fs } in
|
||||
Logs.info (fun m -> m "Starting MTE server");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue