9 Commits (127954b2fb1248e266b55f625f5f982b81b454a6)

Author SHA1 Message Date
Bastian (BaM) 127954b2fb Fix command execution in network.send_wol to handle return values correctly. 3 months ago
Bastian (BaM) 50ac346030 Add retry message suppression in network.port_is_up function 3 months ago
Bastian (BaM) 8ee6b78f6d Enhance network.port_is_up function by adding a check_interval_sec parameter for customizable retry intervals. Update logging to reflect the new interval, improving feedback during port availability checks. 3 months ago
Bastian (BaM) a6164c6333 Enhance network.port_is_up function with a timeout loop for basic port checks. Implement logging for connection attempts and results, improving feedback on port availability status. This change optimizes performance by creating the TCP socket once and logging progress every 10 attempts. 3 months ago
Bastian (BaM) dac93f5a30 Refactor network.port_is_up function to improve default parameter handling and timeout configuration. Update log messages for better clarity when falling back to basic port checks. 3 months ago
Bastian (BaM) 8b9c855912 Improve error handling in network module by suppressing Lua's error message when loading the socket module. This change enhances the user experience by preventing unnecessary error output while maintaining fallback functionality. 3 months ago
Bastian (BaM) e6dea9fc3f Update external tool command for Wake-on-LAN functionality 3 months ago
Bastian (BaM) 8cb6d55782 Refactor to use LuaJIT and improve performance 3 months ago
Bastian (BaM) 149d8b2191 Refactor auto-boot-ollama-host script into modular structure with separate configuration, network, SSH, and service management modules for improved maintainability and readability 3 months ago