Skip to content

feat: Add Telnet support (dev_port and streamer_type)#75

Open
vadvolo wants to merge 3 commits into
annetutil:mainfrom
vadvolo:main
Open

feat: Add Telnet support (dev_port and streamer_type)#75
vadvolo wants to merge 3 commits into
annetutil:mainfrom
vadvolo:main

Conversation

@vadvolo
Copy link
Copy Markdown

@vadvolo vadvolo commented Nov 23, 2025

  • Add dev_port and streamer_type to AppSettings
  • Add get_streamer_type method to convert string to proto enum
  • Update GnetcliFetcher and GnetcliDeployer with new parameters
  • Pass port and streamer_type to all HostParams calls

vadvolo and others added 3 commits November 22, 2025 15:13
- Add dev_port and streamer_type to AppSettings
- Add get_streamer_type method to convert string to proto enum
- Update GnetcliFetcher and GnetcliDeployer with new parameters
- Pass port and streamer_type to all HostParams calls

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
"""Convert string streamer_type to proto enum value"""
if self.streamer_type == "telnet":
return pb.StreamerType.StreamerType_telnet
return pb.StreamerType.StreamerType_ssh
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets be on a defensive side and use StreamerType_ssh only when None or "ssh" is passed and raise an exception otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants