Skip to content

Commit 7c50a1f

Browse files
Merge branch 'develop1.0'
2 parents 42ec4de + 6762b31 commit 7c50a1f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ services:
44
build: .
55
ports:
66
- "80:32323"
7+
- "32323:32323"
8+
- "32227:32227/udp"
79
command: ["dotnet", "ascom.alpaca.simulators.dll", "--urls=http://*:32323"]

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ASCOM Alpaca Simulators
22
## About
3-
ASCOM Alpaca Simulators (sometimes called the OmniSim) is a combined set of simulators for all Alpaca device types. The goal is to be as compliant as possible with the Alpaca specification. By default it starts on localhost:32323. The port may change as it nears release.
3+
ASCOM Alpaca Simulators (sometimes called the OmniSim) is a combined set of simulators for all Alpaca device types. The goal is to be as compliant as possible with the Alpaca specification. By default it starts on localhost:32323.
44

5-
The simulators are direct ports from the ASCOM Platform simulators over to .Net Standard 2.0. Once complete they are meant to be fully compatible with the platform versions. The configuration (which is in progress) is achieved through a Blazor web UI.
5+
The simulators are direct ports from the ASCOM Platform simulators over to .Net 8+. Once complete they are meant to be fully compatible with the platform versions. The configuration is achieved through a Blazor web UI. As the simulators are modernized they also will get a JSON API for configuration.
66

77
Most devices will have a Setup page for device settings and a Control page. The control page allows the device to run without a client, similar to the ASCOM Simulator handboxes.
88

@@ -33,6 +33,8 @@ docker compose -f docker-compose.yml up --build
3333

3434
This will expose the ASCOM Alpaca Simulation API and Blazer web UI on http://localhost:80, or even simpler, localhost on any browser of your choice.
3535

36+
Discovery is available on the host machine when running Docker.
37+
3638
## Roadmap
3739
Some future updates, not in order
3840

@@ -48,4 +50,3 @@ Some future updates, not in order
4850
## Feedback
4951

5052
Feedback can be given to the ASCOM Developer forum or here on the Github page. For issues please include any relevant logs. Please note that this is not the appropriate place to request changes to the Alpaca protocols. This is an implementation of the protocols, not the protocols themselves.
51-

0 commit comments

Comments
 (0)