Secure File Transfer for Windows with Cerberus by Redwood
Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.
Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
Try for Free
Earn up to 16% annual interest with Nexo.
More flexibility. More control.
Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform.
Geographic restrictions, eligibility, and terms apply.
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.