Example program running mbedClient over UbloxATCellularInterface or OnboardCellularInterface for the C030 platform.

Dependencies:   ublox-cellular-base ublox-at-cellular-interface ublox-ppp-cellular-interface ublox-at-cellular-interface-n2xx ublox-cellular-base-n2xx

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers security.h Source File

security.h

00001 /*
00002  * Copyright (c) 2015 ARM Limited. All rights reserved.
00003  * SPDX-License-Identifier: Apache-2.0
00004  * Licensed under the Apache License, Version 2.0 (the License); you may
00005  * not use this file except in compliance with the License.
00006  * You may obtain a copy of the License at
00007  *
00008  * http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an AS IS BASIS, WITHOUT
00012  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016  
00017  /* IMPORTANT: THIS IS A DUMMY FILE! To use this example you must first
00018   * register with the mbed Connector here:
00019   *
00020   * https://connector.mbed.com/
00021   *
00022   * ...and generate your own copy of the file security.h, replacing this file
00023   * with that one and recompiling/downloading the code to your board.
00024   */
00025 
00026 #ifndef __SECURITY_H__
00027 #define __SECURITY_H__
00028  
00029 #include <inttypes.h>
00030  
00031 #error THIS IS A DUMMY FILE! Generate your own one by logging into https://connector.mbed.com/.
00032  
00033 #define MBED_DOMAIN ""
00034 #define MBED_ENDPOINT_NAME ""
00035  
00036 const uint8_t SERVER_CERT[] = "";
00037  
00038 const uint8_t CERT[] = "";
00039  
00040 const uint8_t KEY[] = "";
00041  
00042 #endif //__SECURITY_H__