Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
Get Started Free
Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure
Native application identity and user-based security for your Azure cloud
Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
Serial Com Terminal for Hexadecimal, decimal, or ascii formats
...you can add/change some presetted commands modifying wxBinTermCommands.py dictionnary
written in python 2.7.9 : https://www.python.org/
need pyserial : http://sourceforge.net/projects/pyserial/
need wxpython : http://www.wxpython.org/
Gui build with wxFormBuilder (but not need to execute) : http://sourceforge.net/projects/wxformbuilder/
tested on Linux, WinXP, Win7
copyright 2015 Jean Ingrasciotta
ginoingras@gmail.com
...usage: (pytestlan) ser IP PORT
usage: (pytestlan) cli IP PORT nb_of_loop data_size
example server: python pytestlan.py ser localhost 50000
example server: pytestlan.pyc ser 192.168.0.37 50000
example client (windows): pytestlan.exe cli 192.168.0.12 50000 1000 100
tested on linux, WinXP, Win7 Seven, 2008 Server.
2D robotic simulator in Python 2.x, tested in 2.6 and 2.7, under Win7(64) and Ubuntu 10.04 (Lucid). Needs the matching version of Pygame installed! (www.pygame.org)
Download the .py file and two .bmp files:
-->back2_800_600 for background
-->any of the robo1.bmp through robo4.bmp for robot image (different colors).
The map of the "room" can be changed by modifying the list of obstacles.
Read more in ReadMe.txt and in the .py file comments.