fun create(ipAddress: String = "10.0.0.254", port: Int = 5, connectAttemptLimit: Int = 5): AnimationSender
Create a new AnimationSender
ipAddress - The IP of the server
connectAttemptLimit - The number of times to attempt a connection before giving up
Return
The new AnimationSender