Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1025930 // Collect system statuses from machines [OK, needs a nice display]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (7610L/39K).

!7

// only from machines that run #1020927 with postToServer=true

cmodule CollectSystemStatuses > DynPrintLogAndEnabled {
  start {
    dm_onRemoteSystemStatusPosted((computerID, msg) -> {
      if (enabled) print("System status " + computerID + ": " + msg);
    });
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1025930
Snippet name: Collect system statuses from machines [OK, needs a nice display]
Eternal ID of this version: #1025930/10
Text MD5: 83d72ea50c28bfb563da90afbf30a351
Transpilation MD5: 61be7a961133019529029edca5211241
Author: stefan
Category: javax / stefan's os
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-11-04 11:45:25
Source code size: 284 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 162 / 7198
Version history: 9 change(s)
Referenced in: [show references]