# dcourier **Repository Path**: yang0662/dcourier ## Basic Information - **Project Name**: dcourier - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is write for FANUC CNC data collection and communication. Need use ethernet to connect to FANUC CNC. Need to set up CNC IP and port under setting. ## Usage: 1. Use "dcourier install" to install dcourier environment. * Use "dcourier install online", if you can access to network. * Use "dcourier install offline" to install environment with not network connection 2. Use "dcourier make" to automatically make files * Use "dcourier make gcc" to use gcc to compile dcourier * Use "dcourier make gcc " to use gcc under this path, input like this /usr/local/gcc-4.9.3/bin * Use "dcourier make cmake" to use cmake to compile dcourier 3. Use "dcourier debug" to generate dcourier debug file * Use "dcourier debug run" to load file to gdb after the generation 4. Use "dcourier start" to start dcourier 5. Use "dcourier clear" to clear running environment * Use "dcourier clear data" to clear data only * Use "dcourier clear trash" to clear running trash only.