OS4 DepotLogo by Alkaron 
(anonymous IP: 18.223.172.252,2194) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1005)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (924)
   o Video (69)

Total files: 4367

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Utility » Misc » amienvmon.lha

AmiEnvMon

Description: Calls homemade Pico environment monitor API
Download: amienvmon.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 34kb
Version: 0.3.0
Date: 05 Mar 2024
Author: Marie Katrine Ekeberg
Submitter: Samir Hawamdeh
Email: s hawamdeh/gmail com
Homepage: https://github.com/themkat/AmiEnvMon
Requirements: AmigaOS 4.x
Category: utility/misc
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 12853
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 65  (Current version)
66  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
Calls my homemade Pico environment monitor API to fetch information, and shows
them in a nice MUI GUI :)

Goals:
I had a few goals with this project:

Have a way for my Amiga to view temperature and other environment data in a nice
way.
Experiment with MUI for creating nice Amiga GUIs.
Take testing (mostly unit testing) as far as possible on a real Amiga.
Use modern CI/CD to test and release using Github Actions.

Requirements:
OS 3.x (m68k)
TCP/IP stack like Roadshow to provide BSDSocket.library
MUI, at least 3.8
PNG datatype. (included in OS 3.2). Might change to an ILBM or similar image to
improve compatibility later.

OS 4 (ppc)
Internet connection set up… duh… (at least access to your local
network)
MUI version 5

Usage:
Before you run the AmiEnvMon program, make sure the correct IP is set in the
Settings program. Currently the fetching of the data from the server will never
time out, so the IP should be correct. This might be fixed in a future release.

ARexx commands
AmiEnvMon provides the commands temperature, eco2 and humidity to get the
corresponding data as strings in your ARexx scripts. They all take zero
arguments. Why even have this? I wanted to experiment with how one would add
ARexx commands to a MUI program :)

Copyright © 2004-2024 by Björn Hagström All Rights Reserved