This document describes how to set up Windows 10 for cross-platform development (Go, NodeJS, etc) with Windows Subsystem for Linux (WSL).
Most of the information here is collected from
.product-help-section { | |
background: #3d1177 url(https://doc360-dev-cdn.azureedge.net/39a4a157-6e9f-426c-832b-c9b83cfcfdc0/Images/Documentation/help-section-bg.jpg) top center no-repeat; | |
color: #fff; | |
padding: 35px 0px; | |
text-align: center; | |
position: relative; | |
} | |
.product-help-section .product-help-section-title { | |
margin-bottom: 10px; |
@Slf4j | |
@AllArgsConstructor | |
public class CentralManagerCallback extends BluetoothCentralManagerCallback { | |
private final ObjectProperty<BLEState> bleStateProperty; | |
private final ObjectProperty<BluetoothPeripheral> connectedPeripheral; | |
private final ObservableList<String> discoveredDevices; | |
private final Map<String, BluetoothPeripheral> peripheralMap; | |
@Override |
@Slf4j | |
@AllArgsConstructor | |
public class PeripheralCallback extends BluetoothPeripheralCallback { | |
private final StringProperty irTemperatureString; | |
private final StringProperty ambientTemperatureString; | |
@Override | |
public void onServicesDiscovered(@NotNull BluetoothPeripheral peripheral, | |
@NotNull List<BluetoothGattService> services) { |
@SpringBootApplication | |
public class BlessedJavafxRpi3Application extends Application { | |
@Autowired | |
private SensorTagScannerController sensorTagScannerController; | |
public static void main(String[] args) { | |
Application.launch(); | |
} |
... | |
<properties> | |
<java.version>11</java.version> | |
<blessed-bluez-version>0.39</blessed-bluez-version> | |
<lombok-version>1.18.22</lombok-version> | |
<javafx.version>18-ea+6</javafx.version> | |
<jetbrains.annotations.version>23.0.0</jetbrains.annotations.version> | |
</properties> | |
... |
This document describes how to set up Windows 10 for cross-platform development (Go, NodeJS, etc) with Windows Subsystem for Linux (WSL).
Most of the information here is collected from
Get the latest raspbian image here
Go through this amazon link http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html