Project

General

Profile

Revision 939

Added by Ryan Cahoon over 15 years ago

added passing of overhead camera image to client through PHP
fixed unfreed memory in server/vision/savetonetwork.c

View differences:

ColonetConstants.java
14 14
	public static final int BATTERY_WIDTH = 50;
15 15
	public static final int BATTERY_HEIGHT = 10;
16 16
	public static final int WEBCAM_DELAY = 500;
17
	public static final String WEBCAM_PATH = "http://128.2.99.176/overhead.jpg";
17
	public static final String WEBCAM_PATH = "http://128.2.99.176/colonet/overheadimage.php";
18 18

  
19 19
  // Set the default look and feel - choose one
20 20
  public static final String LOOK_AND_FEEL = javax.swing.UIManager.getSystemLookAndFeelClassName();

Also available in: Unified diff