← Back to team overview

virtualbricks team mailing list archive

understanding brickfactory remote protocol

 

Hi, I'm studying the brickfactory source code but there are concepts I
cannot understand. What is the purpose of
`virtualbricks.console.RemoteHost`?  Actually the `control` command
raise an Exception:

	virtualbricks> control localhost a
	 Exception:
			Type: <type 'exceptions.AttributeError'>
			Errno:
			Message: 'BrickFactory' object has no attribute 'factory'


	virtualbricks>

How the remote management works? Is it only console driven or can I use
it with the gui?


Follow ups