SylvainTI / ostinato

Automatically exported from code.google.com/p/ostinato
GNU General Public License v3.0
0 stars 0 forks source link

drone.exe will be crashed after initial connection via python script. #142

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. launch drone.exe
2.implement python script as bleow:
import os
import time

from ostinato.core import ost_pb, DroneProxy
from ostinato.protocols.mac_pb2 import mac
from ostinato.protocols.ip4_pb2 import ip4, Ip4

host_name = '127.0.0.1'
tx_port_number = 0
rx_port_number = 0
drone = DroneProxy(host_name)

drone.connect()

What is the expected output? What do you see instead?
Please refer to the screenshot in the attachment.

What version and revision of the product are you using (available in the
About dialog)? On what operating system?
ostinato-0.5.1 and Win7-64bit is used.

Please provide any additional information below.
N/A

Original issue reported on code.google.com by xiaobo....@tieto.com on 13 Nov 2014 at 9:46

Attachments:

GoogleCodeExporter commented 9 years ago
Use drone 0.6, earlier versions do not support python connectivity.

Original comment by pstav...@gmail.com on 13 Nov 2014 at 3:14

GoogleCodeExporter commented 9 years ago
Hi,

  Yes, It works, Thanks!

BR
Chi Xiaobo

Original comment by xiaobo....@tieto.com on 14 Nov 2014 at 2:14