Skip to content

Commit 98ad8b1

Browse files
Layout and readme updates
1 parent c3b54d7 commit 98ad8b1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

ASCOM.Alpaca.Simulators/Pages/About.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@page "/about"
22

33
<fieldset>
4-
<legend>ASCOM Alpaca Simulators - @ServerSettings.ServerVersion</legend>
5-
4+
<legend>ASCOM Alpaca Simulators</legend>
5+
<p>Version - @ServerSettings.ServerVersion</p>
66

77
</fieldset>
88

ASCOM.Alpaca.Simulators/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
ASCOM.Alpaca.Simulators
1+
# ASCOM.Alpaca.Simulators
22

3-
An Alpaca Device Server built using ASP.Net 5. This creates and manages the controllers for the Alpaca devices as well as UIs for configuration.
3+
An Alpaca Device Server built using ASP.Net 5, MVC and Blazor. The program creates and manages the controllers for the Alpaca devices as well as UIs for configuration.
44

5-
Currently the project exposes one of each ASCOM Device type. Device settings are provided by the Alpaca Settings endpoint for the device and are accessible from the menu.
5+
Currently the project exposes one of each ASCOM Alpaca Device type. Device settings are provided by the Alpaca Settings endpoint for the device and are accessible from the menu.
66

7-
The current beta uses the default development port of 32323. As development continues this may be changed.
7+
The current build uses the default development port of 32323. As development continues this may be changed.
88

99
Discovery uses the ASCOM Standard library and the standard discovery port of 32227. By default discovery is turned on.
1010

0 commit comments

Comments
 (0)